You are here

public function MaestroStartTask::isInteractive in Maestro 8.2

Same name and namespace in other branches
  1. 3.x src/Plugin/EngineTasks/MaestroStartTask.php \Drupal\maestro\Plugin\EngineTasks\MaestroStartTask::isInteractive()

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.

Overrides MaestroEngineTaskInterface::isInteractive

File

src/Plugin/EngineTasks/MaestroStartTask.php, line 42

Class

MaestroStartTask
Maestro Start Task Plugin.

Namespace

Drupal\maestro\Plugin\EngineTasks

Code

public function isInteractive() {
  return FALSE;
}