Type: Integer
The read-only state property of the JadeMethodContext class contains a value that indicates the progress of the invocation of the asynchronous method call.
The values for this property, represented by JadeMethodContext class constants, are listed in the following table.
Constant | Integer Value |
---|---|
State_Broken | 4 |
State_Completed | 8 |
State_Initialised | 1 |
State_Preparing | 3 |
State_Processing | 6 |
State_TimedOut | 9 |
State_Unused | 0 |