You are here

14 methods override MaestroEngineTaskInterface::isInteractive() in Maestro 3.x

MaestroAndTask::isInteractive in src/Plugin/EngineTasks/MaestroAndTask.php
Returns TRUE or FALSE to denote if this task has an interactive interface that needs to be shown in the Task Console and for any other requirements of the task.
MaestroBatchFunctionTask::isInteractive in src/Plugin/EngineTasks/MaestroBatchFunctionTask.php
Returns TRUE or FALSE to denote if this task has an interactive interface that needs to be shown in the Task Console and for any other requirements of the task.
MaestroContentTypeTask::isInteractive in src/Plugin/EngineTasks/MaestroContentTypeTask.php
Returns TRUE or FALSE to denote if this task has an interactive interface that needs to be shown in the Task Console and for any other requirements of the task.
MaestroEndTask::isInteractive in src/Plugin/EngineTasks/MaestroEndTask.php
Returns TRUE or FALSE to denote if this task has an interactive interface that needs to be shown in the Task Console and for any other requirements of the task.
MaestroIfTask::isInteractive in src/Plugin/EngineTasks/MaestroIfTask.php
Returns TRUE or FALSE to denote if this task has an interactive interface that needs to be shown in the Task Console and for any other requirements of the task.
MaestroInteractiveExampleTask::isInteractive in modules/examples/maestro_interactive_task_plugin_example/src/Plugin/EngineTasks/MaestroInteractiveExampleTask.php
Returns TRUE or FALSE to denote if this task has an interactive interface that needs to be shown in the Task Console and for any other requirements of the task.
MaestroInteractiveTask::isInteractive in src/Plugin/EngineTasks/MaestroInteractiveTask.php
Returns TRUE or FALSE to denote if this task has an interactive interface that needs to be shown in the Task Console and for any other requirements of the task.
MaestroManualWebTask::isInteractive in src/Plugin/EngineTasks/MaestroManualWebTask.php
Returns TRUE or FALSE to denote if this task has an interactive interface that needs to be shown in the Task Console and for any other requirements of the task.
MaestroNonInteractiveExampleTask::isInteractive in modules/examples/maestro_noninteractive_task_plugin_example/src/Plugin/EngineTasks/MaestroNonInteractiveExampleTask.php
Returns TRUE or FALSE to denote if this task has an interactive interface that needs to be shown in the Task Console and for any other requirements of the task.
MaestroOrTask::isInteractive in src/Plugin/EngineTasks/MaestroOrTask.php
Returns TRUE or FALSE to denote if this task has an interactive interface that needs to be shown in the Task Console and for any other requirements of the task.
MaestroSetProcessVariableTask::isInteractive in src/Plugin/EngineTasks/MaestroSetProcessVariableTask.php
Returns TRUE or FALSE to denote if this task has an interactive interface that needs to be shown in the Task Console and for any other requirements of the task.
MaestroSpawnSubFlowTask::isInteractive in src/Plugin/EngineTasks/MaestroSpawnSubFlowTask.php
Returns TRUE or FALSE to denote if this task has an interactive interface that needs to be shown in the Task Console and for any other requirements of the task.
MaestroStartTask::isInteractive in src/Plugin/EngineTasks/MaestroStartTask.php
Returns TRUE or FALSE to denote if this task has an interactive interface that needs to be shown in the Task Console and for any other requirements of the task.
MaestroWebformTask::isInteractive in modules/maestro_webform/src/Plugin/EngineTasks/MaestroWebformTask.php
Returns TRUE or FALSE to denote if this task has an interactive interface that needs to be shown in the Task Console and for any other requirements of the task.