Queued Job Statuses

enum QueuedJobStatus
{
    Submitted = 0
    Processing = 1    
    Completed = 3
    Failed = 4
    PartialSuccess = 5
    OnHold = 6
    Cancelled = 7
    Cancelled_Service_Restarted = 8
    Aborted_Too_Much_Time_Consumed = 9
    Cancelled_While_Running = 10
}

Was this article helpful?

Next
Get Output File