CompletionStatus | Integer field for status flags.
The flag defaults to 0, and standard values are shown below.
Specific processes are free to define their own flags, and are responsible for
updating the flag, if it is being used somewhere.
The attribute is provided on ProcessMonitor merely as a convenience; it is not
generically updated.
- PROCESS_RUNNING -- Process is running
- PROCESS_SUCCESS -- Process completed successfully
- PROCESS_ERROR -- Process completed with errors
|