You are here

constant PROCESS_STATUS_COMPLETED in Maestro 8.2

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

File

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

Code

const PROCESS_STATUS_COMPLETED = 1;