mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 12:47:46 +00:00
256 B
256 B
CommandStatus
Example Usage
import { CommandStatus } from "prowlarr/models";
let value: CommandStatus = "orphaned";
Values
"queued" | "started" | "completed" | "failed" | "aborted" | "cancelled" | "orphaned"