public enum ProcessingJobState
Created | 0 | The async processing operation has been created. |
Started | 1 | The async processing operation has been started. |
Completed | 2 | The async processing operation has been completed. |
Failed | 3 | The async processing operation has been failed. |
Cancelled | 4 | The async processing operation has been cancelled. |