asynchStatusEnum
Specifies the set of asynchronous conversation status values.
For more information about IBM® Cognos® Analytics conversations, see Understanding the Asynchronous Conversation.
Members
- complete
Specifies that the primary or secondary request was processed successfully.
- conversationComplete
Specifies that the primary or secondary request was processed successfully, and that the asynchronous conversation was terminated.
- prompting
Specifies that the primary or secondary request was processed successfully. The returned output is a prompt page.
- responseReady
Specifies that the server is ready to provide the output. The server returns this status in response to the asynch » wait(conversation, parameterValues, options) method.
- stillWorking
Specifies that the server is still processing the primary or secondary request. The server returns this status in response to the asynch » wait(conversation, parameterValues, options) method.
- working
Specifies that the server is processing the primary or secondary request.