com.microstrategy.webapi.EnumDSSXMLJobStatus |
The interface EnumDSSXMLJobStatus
defines the enumeration constants
to specify the job execution status.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlJobStatusCanceled | Specifies the job status that the execution of the report or document is canceled. | |||||||||
int | DssXmlJobStatusCompleted | Specifies the job status that the execution of the report or document is completed. | |||||||||
int | DssXmlJobStatusError | Specifies the job status that the execution of the report or document ends in error. | |||||||||
int | DssXmlJobStatusExecuting | Specifies the job status that the report or document is under execution. | |||||||||
int | DssXmlJobStatusReady | Specifies the job status that the report or document result is ready. | |||||||||
int | DssXmlJobStatusStopped | Specifies the job status that the execution of the report or document is stopped. | |||||||||
int | DssXmlJobStatusWaiting | Specifies the job status that the report or document is waiting in a queue for a processing unit. | |||||||||
int | DssXmlJobStatusWaitingForAutoPrompt | Specifies the job status that the execution of the report or document is waiting for auto prompt. | |||||||||
int | DssXmlJobStatusWaitingForCache | Specifies the job status that the report or document is waiting for cache. | |||||||||
int | DssXmlJobStatusWaitingForChildren | Specifies the job status that the execution of the report or document is waiting for child jobs to finish. | |||||||||
int | DssXmlJobStatusWaitingForFetchingResults | Specifies the job status that the execution of the report or document is waiting for fetching results. | |||||||||
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. | |||||||||
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. |
Specifies the job status that the execution of the report or document is canceled.
Specifies the job status that the execution of the report or document is completed.
Specifies the job status that the execution of the report or document ends in error.
Specifies the job status that the report or document is under execution.
Specifies the job status that the report or document result is ready.
Specifies the job status that the execution of the report or document is stopped.
Specifies the job status that the report or document is waiting in a queue for a processing unit.
Specifies the job status that the execution of the report or document is waiting for auto prompt.
Specifies the job status that the report or document is waiting for cache.
Specifies the job status that the execution of the report or document is waiting for child jobs to finish.
Specifies the job status that the execution of the report or document is waiting for fetching results.
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.
Specifies the job status that the execution of the report or document is waiting for a governing setting to fall below the maximum.