CheckAsyncStatus method: AnalyticInstance class
Syntax
CheckAsyncStatus(OperationID)
Description
Use the CheckAsyncStatus method to determine the current state of the asynchronous methods, as well as the Load method when executed asynchronously.
Parameters
| Parameter | Description |
|---|---|
|
OperationID |
Specify the operation ID of the asynchronous operation. This operation ID is returned when one of the asynchronous operations is executed. |
Returns
This method returns one of the following values:
| Value | Description |
|---|---|
|
Less than 0 |
The operation completed with errors. |
|
0 |
The operation has not completed yet. |
|
Greater than 0 |
The operation completed successfully. |