com.microstrategy.web.beans.EnumRequestStatus |
Constants describing the request status of a bean.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | WebBeanRequestCanceled | The request is cancelled. | |||||||||
int | WebBeanRequestEndsInError | The request ends in error. | |||||||||
int | WebBeanRequestNotInitiated | The request is not initialized. | |||||||||
int | WebBeanRequestProcessing | The request is currently processing. | |||||||||
int | WebBeanRequestSuccessful | The request returned successfully. | |||||||||
int | WebBeanRequestWaitingForUserInput | The request is waiting for user input. |
The request is cancelled.
The request ends in error.
The request is not initialized.
The request is currently processing.
The request returned successfully.
The request is waiting for user input.