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

256 B

CommandStatus

Example Usage

import { CommandStatus } from "prowlarr/models";

let value: CommandStatus = "orphaned";

Values

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