Files
Prowlarr-TS-SDK/docs/models/commandstatus.md
2025-05-16 17:01:58 -05:00

15 lines
249 B
Markdown

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