Package com.microstrategy.webapi
Interface EnumDSSXMLJobStatus
- 
 public interface EnumDSSXMLJobStatusThe interfaceEnumDSSXMLJobStatusdefines the enumeration constants to specify the job execution status.- Since:
- MicroStrategy Web 9.0.0
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intDssJobStatusDeliveringSpecifies the job status that is waiting to be delivered.static intDssJobStatusExportingSpecifies the job status that is being exported.static intDssJobStatusJobStepPausingSpecifies the job status that is waiting for step pausing.static intDssJobStatusResolvingDestinationSpecifies the job status that destination is being resolved.static intDssJobStatusWaitingForCacheReadySpecifies the job status that is waiting for cache ready.static intDssJobStatusWaitingForConflictResolveSpecifies the job status that is waiting for conflict to resolve.static intDssJobStatusWaitingForDIFileSpecifies the job status that is waiting for DI file.static intDssXmlJobStatusCanceledSpecifies the job status that the execution of the report or document is canceled.static intDssXmlJobStatusCompletedSpecifies the job status that the execution of the report or document is completed.static intDssXmlJobStatusErrorSpecifies the job status that the execution of the report or document ends in error.static intDssXmlJobStatusExecutingSpecifies the job status that the report or document is under execution.static intDssXmlJobStatusLoadingPromptSpecifies the job status that the execution of the report or document is loading prompt.static intDssXmlJobStatusReadySpecifies the job status that the report or document result is ready.static intDssXmlJobStatusStoppedSpecifies the job status that the execution of the report or document is stopped.static intDssXmlJobStatusWaitingSpecifies the job status that the report or document is waiting in a queue for a processing unit.static intDssXmlJobStatusWaitingForAutoPromptSpecifies the job status that the execution of the report or document is waiting for auto prompt.static intDssXmlJobStatusWaitingForCacheSpecifies the job status that the report or document is waiting for cache.static intDssXmlJobStatusWaitingForChildrenSpecifies the job status that the execution of the report or document is waiting for child jobs to finish.static intDssXmlJobStatusWaitingForFetchingResultsSpecifies the job status that the execution of the report or document is waiting for fetching results.static intDssXmlJobStatusWaitingForProjectSpecifies the job status that the report or document is waiting for the project to be in an execution state, such as open or not idle.static intDssXmlJobStatusWaitingOnGovernerSpecifies the job status that the execution of the report or document is waiting for a governing setting to fall below the maximum.
 
- 
- 
- 
Field Detail- 
DssXmlJobStatusReadystatic final int DssXmlJobStatusReady Specifies the job status that the report or document result is ready.- See Also:
- Constant Field Values
 
 - 
DssXmlJobStatusExecutingstatic final int DssXmlJobStatusExecuting Specifies the job status that the report or document is under execution.- See Also:
- Constant Field Values
 
 - 
DssXmlJobStatusWaitingstatic final int DssXmlJobStatusWaiting Specifies the job status that the report or document is waiting in a queue for a processing unit.- See Also:
- Constant Field Values
 
 - 
DssXmlJobStatusCompletedstatic final int DssXmlJobStatusCompleted Specifies the job status that the execution of the report or document is completed.- See Also:
- Constant Field Values
 
 - 
DssXmlJobStatusErrorstatic final int DssXmlJobStatusError Specifies the job status that the execution of the report or document ends in error.- See Also:
- Constant Field Values
 
 - 
DssXmlJobStatusCanceledstatic final int DssXmlJobStatusCanceled Specifies the job status that the execution of the report or document is canceled.- See Also:
- Constant Field Values
 
 - 
DssXmlJobStatusStoppedstatic final int DssXmlJobStatusStopped Specifies the job status that the execution of the report or document is stopped.- See Also:
- Constant Field Values
 
 - 
DssXmlJobStatusWaitingOnGovernerstatic final int DssXmlJobStatusWaitingOnGoverner Specifies the job status that the execution of the report or document is waiting for a governing setting to fall below the maximum.- See Also:
- Constant Field Values
 
 - 
DssXmlJobStatusWaitingForAutoPromptstatic final int DssXmlJobStatusWaitingForAutoPrompt Specifies the job status that the execution of the report or document is waiting for auto prompt.- See Also:
- Constant Field Values
 
 - 
DssXmlJobStatusWaitingForProjectstatic final int DssXmlJobStatusWaitingForProject Specifies the job status that the report or document is waiting for the project to be in an execution state, such as open or not idle.- See Also:
- Constant Field Values
 
 - 
DssXmlJobStatusWaitingForCachestatic final int DssXmlJobStatusWaitingForCache Specifies the job status that the report or document is waiting for cache.- See Also:
- Constant Field Values
 
 - 
DssXmlJobStatusWaitingForChildrenstatic final int DssXmlJobStatusWaitingForChildren Specifies the job status that the execution of the report or document is waiting for child jobs to finish.- See Also:
- Constant Field Values
 
 - 
DssXmlJobStatusWaitingForFetchingResultsstatic final int DssXmlJobStatusWaitingForFetchingResults Specifies the job status that the execution of the report or document is waiting for fetching results.- See Also:
- Constant Field Values
 
 - 
DssXmlJobStatusLoadingPromptstatic final int DssXmlJobStatusLoadingPrompt Specifies the job status that the execution of the report or document is loading prompt.- See Also:
- Constant Field Values
 
 - 
DssJobStatusResolvingDestinationstatic final int DssJobStatusResolvingDestination Specifies the job status that destination is being resolved.- See Also:
- Constant Field Values
 
 - 
DssJobStatusDeliveringstatic final int DssJobStatusDelivering Specifies the job status that is waiting to be delivered.- See Also:
- Constant Field Values
 
 - 
DssJobStatusExportingstatic final int DssJobStatusExporting Specifies the job status that is being exported.- See Also:
- Constant Field Values
 
 - 
DssJobStatusWaitingForCacheReadystatic final int DssJobStatusWaitingForCacheReady Specifies the job status that is waiting for cache ready.- See Also:
- Constant Field Values
 
 - 
DssJobStatusWaitingForDIFilestatic final int DssJobStatusWaitingForDIFile Specifies the job status that is waiting for DI file.- See Also:
- Constant Field Values
 
 - 
DssJobStatusWaitingForConflictResolvestatic final int DssJobStatusWaitingForConflictResolve Specifies the job status that is waiting for conflict to resolve.- See Also:
- Constant Field Values
 
 - 
DssJobStatusJobStepPausingstatic final int DssJobStatusJobStepPausing Specifies the job status that is waiting for step pausing.- See Also:
- Constant Field Values
 
 
- 
 
-