Package com.microstrategy.webapi
Interface EnumDSSXMLJobStatus
-
public interface EnumDSSXMLJobStatus
The interfaceEnumDSSXMLJobStatus
defines the enumeration constants to specify the job execution status.- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssJobStatusDelivering
Specifies the job status that is waiting to be delivered.static int
DssJobStatusExporting
Specifies the job status that is being exported.static int
DssJobStatusJobStepPausing
Specifies the job status that is waiting for step pausing.static int
DssJobStatusResolvingDestination
Specifies the job status that destination is being resolved.static int
DssJobStatusWaitingForCacheReady
Specifies the job status that is waiting for cache ready.static int
DssJobStatusWaitingForConflictResolve
Specifies the job status that is waiting for conflict to resolve.static int
DssJobStatusWaitingForDIFile
Specifies the job status that is waiting for DI file.static int
DssXmlJobStatusCanceled
Specifies the job status that the execution of the report or document is canceled.static int
DssXmlJobStatusCompleted
Specifies the job status that the execution of the report or document is completed.static int
DssXmlJobStatusError
Specifies the job status that the execution of the report or document ends in error.static int
DssXmlJobStatusExecuting
Specifies the job status that the report or document is under execution.static int
DssXmlJobStatusLoadingPrompt
Specifies the job status that the execution of the report or document is loading prompt.static int
DssXmlJobStatusReady
Specifies the job status that the report or document result is ready.static int
DssXmlJobStatusStopped
Specifies the job status that the execution of the report or document is stopped.static int
DssXmlJobStatusWaiting
Specifies the job status that the report or document is waiting in a queue for a processing unit.static int
DssXmlJobStatusWaitingForAutoPrompt
Specifies the job status that the execution of the report or document is waiting for auto prompt.static int
DssXmlJobStatusWaitingForCache
Specifies the job status that the report or document is waiting for cache.static int
DssXmlJobStatusWaitingForChildren
Specifies the job status that the execution of the report or document is waiting for child jobs to finish.static int
DssXmlJobStatusWaitingForFetchingResults
Specifies the job status that the execution of the report or document is waiting for fetching results.static 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.static 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.
-
-
-
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
-
-