You are here

constant PROCESS_STATUS_ABORTED in Maestro 8.2

Same name and namespace in other branches
  1. 3.x maestro.module \PROCESS_STATUS_ABORTED
1 use of PROCESS_STATUS_ABORTED
MaestroEngine::abortProcess in src/Engine/MaestroEngine.php
This static method will load the maestro_process entity identified by the processID param and will flag it as aborted.

File

./maestro.module, line 39
Provides glue logic, hook implementation and core set process variable functions.

Code

const PROCESS_STATUS_ABORTED = 2;