com.microstrategy.webapi.EnumDSSXMLStatus |
This interface defines the enumeration constants used to specify the report or document execution status.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlInExportEngine | Specifies that the job is currently processed by exporting engine. | |||||||||
int | DssXmlLoadingPrompt | Specifies that the job is currently loading a prompt. | |||||||||
int | DssXmlStatusConstructResult | Specifies an execution status that the report or document is constructing the result. | |||||||||
int | DssXmlStatusErrMsgXML | Specifies an execution status that the report or document execution has an error message returned. | |||||||||
int | DssXmlStatusHTMLResult | Specifies an execution status that HTML cache is hit and HTML result is returned. | |||||||||
int | DssXmlStatusInAnalyticalEngine | Specifies an execution status that the report or document is being cross-tabbed. | |||||||||
int | DssXmlStatusInQueryEngine | Specifies an execution status that the SQL generated is being executed. | |||||||||
int | DssXmlStatusInResolution | Specifies an execution status that the report or document is being resolved (meaning looking for prompts). | |||||||||
int | DssXmlStatusInSQLEngine | Specifies an execution status that SQL has been generated for the report or document. | |||||||||
int | DssXmlStatusJobRunning | Specifies an execution status that the job is running. | |||||||||
int | DssXmlStatusMsgID | Specifies an execution status that the job is running and should come back to get the result. | |||||||||
int | DssXmlStatusNeedToGetResults | Specifies that Web should get results to update. | |||||||||
int | DssXmlStatusPreparingOutput | Specifies an execution status that the report or document is preparing output. | |||||||||
int | DssXmlStatusPromptXML | Specifies a report execution status that the report or document contains prompts and the prompt question XML is returned. | |||||||||
int | DssXmlStatusResult | Specifies an execution status that the report or document result is returned. | |||||||||
int | DssXmlStatusRunningOnOtherNode | Specifies that the job is running on another node. | |||||||||
int | DssXmlStatusUpdatingCache | Specifies an execution status that the report or document is updating cache. | |||||||||
int | DssXmlStatusWaiting | Specifies an execution status that the report or document is waiting in a queue for a processing unit. | |||||||||
int | DssXmlStatusWaitingForCache | Specifies an execution status that the report or document is waiting for cache. | |||||||||
int | DssXmlStatusWaitingForChildren | Specifies an execution status that the report or document is waiting for child jobs to finish. | |||||||||
int | DssXmlStatusWaitingForProject | Specifies an execution status that the report or document is waiting for project to be in an execution state, such as open or not idle. | |||||||||
int | DssXmlStatusWaitingOnGovernor | Specifies an execution status that the report or document is waiting for a governing setting to fall below the maximum. | |||||||||
int | DssXmlStatusXMLResult | Specifies that an XML result is ready |
Specifies that the job is currently processed by exporting engine.
Specifies that the job is currently loading a prompt.
Specifies an execution status that the report or document is constructing the result.
Specifies an execution status that the report or document execution has an error message returned.
Specifies an execution status that HTML cache is hit and HTML result is returned.
Specifies an execution status that the report or document is being cross-tabbed.
Specifies an execution status that the SQL generated is being executed.
Specifies an execution status that the report or document is being resolved (meaning looking for prompts).
Specifies an execution status that SQL has been generated for the report or document.
Specifies an execution status that the job is running.
Specifies an execution status that the job is running and should come back to get the result.
Specifies that Web should get results to update.
Specifies an execution status that the report or document is preparing output.
Specifies a report execution status that the report or document contains prompts and the prompt question XML is returned.
Specifies an execution status that the report or document result is returned.
Specifies that the job is running on another node.
Specifies an execution status that the report or document is updating cache.
Specifies an execution status that the report or document is waiting in a queue for a processing unit.
Specifies an execution status that the report or document is waiting for cache.
Specifies an execution status that the report or document is waiting for child jobs to finish.
Specifies an execution status that the report or document is waiting for project to be in an execution state, such as open or not idle.
Specifies an execution status that the report or document is waiting for a governing setting to fall below the maximum.
Specifies that an XML result is ready