GRPC_PROBE_OR - Checks the session execution status.
INTEGER FUNCTION GRPC_PROBE_OR(SIDS, N, ID)
INTEGER SIDS(*) INTEGER N INTEGER IDThe GRPC_PROBE_OR() function returns the execution status of the sessions specified by session IDs. If no sessions have been completed, the function returns an error.
This function is MT-safe.
If successful, GRPC_NO_ERROR is returned. In the case of an error, error code is returned.
GRPC_NOT_INITIALIZED GRPC_INVALID_SESSION_ID GRPC_OTHER_ERROR_CODE GRPC_NONE_COMPLETED