For more information on the search, visit the help page.
OperationState
CANCELED
FAILED
RUNNING
SUCCEEDED
nexusrpc
handler
_common
_serializer
_service
_util
Content
HandlerErrorType
LazyValue
Link
Operation
OperationDefinition
OperationErrorState
OperationInfo
ServiceDefinition
HandlerError
OperationError
get_operation
get_service_definition
service
set_operation
InputT
OutputT
nexusrpc.OperationState
class OperationState(Enum):
View In Hierarchy
Describes the current state of an operation.
str
The operation was canceled.
'canceled'
The operation failed.
'failed'
The operation is running.
'running'
The operation succeeded.
'succeeded'