enum
EProcessStatus
Status values returned from processing objects and pipelines.
Values
Key | Value | Comment |
Finished | 0 | The process finished with no error |
Skipped | 1 | The process was skipped, in most cases because of a missing or invalid object, or that there was nothing to process. See the log for details. |
Key | Value | Comment |
Finished | 0 | The process finished with no error |
Skipped | 1 | The process was skipped, in most cases because of a missing or invalid object, or that there was nothing to process. See the log for details. |
Key | Value | Comment |
EProcessStatus_Finished | 0 | The process finished with no error |
EProcessStatus_Skipped | 1 | The process was skipped, in most cases because of a missing or invalid object, or that there was nothing to process. See the log for details. |