Files
Prowlarr-TS-SDK/docs/models/commandstatus.md

15 lines
256 B
Markdown

# CommandStatus
## Example Usage
```typescript
import { CommandStatus } from "prowlarr/models";
let value: CommandStatus = "orphaned";
```
## Values
```typescript
"queued" | "started" | "completed" | "failed" | "aborted" | "cancelled" | "orphaned"
```