GRPC_PROBE
- Checks the session execution status.
INTEGER FUNCTION GRPC_PROBE(SID)
INTEGER SID
The GRPC_PROBE() function returns the execution status of the session specified by the session ID.
This function is MT-safe.
If the session is completed, GRPC_NO_ERROR is returned. Otherwise, GRPC_NOT_COMPLETED is returned. If the grpc_probe itself failed, Error code is returned.
GRPC_NOT_INITIALIZED
GRPC_INVALID_SESSION_ID
GRPC_NOT_COMPLETED
GRPC_OTHER_ERROR_CODE