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

249 B

CommandStatus

Example Usage

import { CommandStatus } from "prowlarr";

let value: CommandStatus = "orphaned";

Values

"queued" | "started" | "completed" | "failed" | "aborted" | "cancelled" | "orphaned"