Child task exit codesΒΆ
CHILD_PROCESS_RUNNING |
Process is still running. |
CHILD_PROCESS_INTERRUPTED |
Process was terminated by an interrupt. |
CHILD_PROCESS_FAILED |
Execution of the task (by the execute() function) was not successful. |
Special return values for the exitcode() function, which returns the exit code of a child task. Child tasks are executed by means of the execute() function.
RELATED TOPICS |