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 Summary
Fields 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
-
DssXmlJobStatusReady
static final int DssXmlJobStatusReady
Specifies the job status that the report or document result is ready.- See Also:
- Constant Field Values
-
DssXmlJobStatusExecuting
static final int DssXmlJobStatusExecuting
Specifies the job status that the report or document is under execution.- See Also:
- Constant Field Values
-
DssXmlJobStatusWaiting
static 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
-
DssXmlJobStatusCompleted
static final int DssXmlJobStatusCompleted
Specifies the job status that the execution of the report or document is completed.- See Also:
- Constant Field Values
-
DssXmlJobStatusError
static final int DssXmlJobStatusError
Specifies the job status that the execution of the report or document ends in error.- See Also:
- Constant Field Values
-
DssXmlJobStatusCanceled
static final int DssXmlJobStatusCanceled
Specifies the job status that the execution of the report or document is canceled.- See Also:
- Constant Field Values
-
DssXmlJobStatusStopped
static final int DssXmlJobStatusStopped
Specifies the job status that the execution of the report or document is stopped.- See Also:
- Constant Field Values
-
DssXmlJobStatusWaitingOnGoverner
static 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
-
DssXmlJobStatusWaitingForAutoPrompt
static 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
-
DssXmlJobStatusWaitingForProject
static 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
-
DssXmlJobStatusWaitingForCache
static final int DssXmlJobStatusWaitingForCache
Specifies the job status that the report or document is waiting for cache.- See Also:
- Constant Field Values
-
DssXmlJobStatusWaitingForChildren
static 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
-
DssXmlJobStatusWaitingForFetchingResults
static 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
-
DssXmlJobStatusLoadingPrompt
static final int DssXmlJobStatusLoadingPrompt
Specifies the job status that the execution of the report or document is loading prompt.- See Also:
- Constant Field Values
-
DssJobStatusResolvingDestination
static final int DssJobStatusResolvingDestination
Specifies the job status that destination is being resolved.- See Also:
- Constant Field Values
-
DssJobStatusDelivering
static final int DssJobStatusDelivering
Specifies the job status that is waiting to be delivered.- See Also:
- Constant Field Values
-
DssJobStatusExporting
static final int DssJobStatusExporting
Specifies the job status that is being exported.- See Also:
- Constant Field Values
-
DssJobStatusWaitingForCacheReady
static final int DssJobStatusWaitingForCacheReady
Specifies the job status that is waiting for cache ready.- See Also:
- Constant Field Values
-
DssJobStatusWaitingForDIFile
static final int DssJobStatusWaitingForDIFile
Specifies the job status that is waiting for DI file.- See Also:
- Constant Field Values
-
DssJobStatusWaitingForConflictResolve
static final int DssJobStatusWaitingForConflictResolve
Specifies the job status that is waiting for conflict to resolve.- See Also:
- Constant Field Values
-
DssJobStatusJobStepPausing
static final int DssJobStatusJobStepPausing
Specifies the job status that is waiting for step pausing.- See Also:
- Constant Field Values
-
-