Status of an asynchronous Fusion job.
Defined in namespace "adsk::core" and the header file is <Core\CoreTypeDefs.h>
| Name | Value | Description |
| CompletedJobStatus | 2 | The job has finished successfully. |
| FailedJobStatus | 3 | The job has finished with an error or was cancelled. |
| InProgressJobStatus | 1 | The job is currently running. |
| NotStartedJobStatus | 0 | The job has not started running yet. |