CheckStatus method: AnalyticInstance class
Syntax
CheckStatus()
Description
Use the CheckStatus method to determine the current state of the analytic calculation engine.
Parameters
None.
Returns
This method returns one of the following values:
| Value | Description |
|---|---|
|
%AnalyticInstance_NotLoaded |
The analytic instance has not been loaded into the application server. |
|
%AnalyticInstance_Loading |
The analytic instance is being loaded. |
|
%AnalyticInstance_Idle |
The analytic instance is idle, that is, not currently running. |
|
%AnalyticInstance_Busy |
The analytic instance is currently running. |
|
%AnalyticInstance_ Inaccessible |
The analytic instance is currently inaccessible. |
|
%AnalyticInstance_ Terminating |
The analytic instance is currently ending. |