You are here

protected property MaestroTaskTrait::$executionStatus in Maestro 3.x

Same name and namespace in other branches
  1. 8.2 src/MaestroTaskTrait.php \Drupal\maestro\MaestroTaskTrait::executionStatus

The default will be success for the execution status.

Type: int

File

src/MaestroTaskTrait.php, line 38

Class

MaestroTaskTrait
MaestroTaskTrait.

Namespace

Drupal\maestro

Code

protected $executionStatus = TASK_STATUS_SUCCESS;