> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://docs.nvidia.com/dynamo/llms.txt. For full content including API reference and SDK examples, see https://docs.nvidia.com/dynamo/llms-full.txt.

# Operation Status

Represents the current state or status of an operation.

## Values

The operation has been cancelled by the user or system.

The operation has been completed successfully.

The operation has encountered an error and cannot be completed.

The operation has been initialized and is in-progress (not completed, errored, or cancelled).

The operation has been initialized and is ready to be processed.

The operation has not been initialized yet and is not in a valid state.

## Related Classes

* [Connector](/dynamo/dev/nixl-connect/connector)
* [Descriptor](/dynamo/dev/nixl-connect/descriptor)
* [Device](/dynamo/dev/nixl-connect/device)
* [RdmaMetadata](/dynamo/dev/nixl-connect/rdma-metadata)
* [ReadOperation](/dynamo/dev/nixl-connect/read-operation)
* [ReadableOperation](/dynamo/dev/nixl-connect/readable-operation)
* [WritableOperation](/dynamo/dev/nixl-connect/writable-operation)
* [WriteOperation](/dynamo/dev/nixl-connect/write-operation)