grpc_probe_or
- Checks the session execution status.
grpc_error_t grpc_probe_or(
grpc_sessionid_t *sessions,
size_t length,
grpc_sessionid_t *id)
grpc_sessionid_t *sessions
size_t length
grpc_sessionid_t *id
The 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