You are here

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

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

Default will be that the task completed normally.

Type: int

File

src/MaestroTaskTrait.php, line 45

Class

MaestroTaskTrait
MaestroTaskTrait.

Namespace

Drupal\maestro

Code

protected $completionStatus = MAESTRO_TASK_COMPLETION_NORMAL;