Enumeration
These statuses are based on what are returned from the job request task and have been into an enum type.
Reference https://developers.arcgis.com/rest/services-reference/enterprise/geoanalytics-checking-job-status.htm
Enumeration members
| Enumeration member | Value | 
|---|---|
Cancelled | "Cancelled" | 
Cancelling | "Cancelling" | 
Error | "Error" | 
Executing | "Executing" | 
Failed | "Failed" | 
Failure | "Failure" | 
New | "New" | 
Status | "Etatus" | 
Submitted | "Submitted" | 
Success | "Succeeded" | 
TimedOut | "TimedOut" | 
Unknown | "Unknown" | 
Waiting | "Waiting" |