constant TASK_STATUS_SUCCESS in Maestro 8.2
Same name and namespace in other branches
- 3.x maestro.module \TASK_STATUS_SUCCESS
3 uses of TASK_STATUS_SUCCESS
- MaestroEngine::completeTask in src/
Engine/ MaestroEngine.php - CompleteTask Completes the queue record by setting the status bit to true/1.
- MaestroEngine::getTaskStatusLabel in src/
Engine/ MaestroEngine.php - Fetches a translatable label for task status.
- MaestroIfTask::execute in src/
Plugin/ EngineTasks/ MaestroIfTask.php - Part of the ExecutableInterface Execution of the Batch Function task will use the handler for this task as the executable function. .
File
- ./
maestro.module, line 27 - Provides glue logic, hook implementation and core set process variable functions.
Code
const TASK_STATUS_SUCCESS = 1;