> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://docs.nvidia.com/dynamo/latest/llms.txt. For section-specific indexes, append /llms.txt to any section URL.

# Operation Status

Represents the current state or status of an operation.


## Values

### `CANCELLED`

The operation has been cancelled by the user or system.

### `COMPLETE`

The operation has been completed successfully.

### `ERRORED`

The operation has encountered an error and cannot be completed.

### `IN_PROGRESS`

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

### `INITIALIZED`

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

### `UNINITIALIZED`

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


## Related Classes

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