## Documentation Index

Fetch the complete documentation index at: [/llms.txt](https://developer.sanas.ai/llms.txt)

Use this file to discover all available pages before exploring further.

`ShutdownSDKResult` is returned by `RemoteSDK.Shutdown()` and indicates whether the SDK was shut down and all connections were closed successfully.

## Values

| Enum          | Description                                          |
|---------------|------------------------------------------------------|
| `SUCCESS`     | SDK shut down and all resources released             |
| `NOT_INITIALIZED` | SDK was not initialized (nothing to shut down)   |
| `FAILED`      | General failure                                      |
