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

7.7 KiB
Raw Blame History

CommandResource

Example Usage

import { CommandResource } from "prowlarr";

let value: CommandResource = {};

Fields

Field Type Required Description
id number N/A
name string N/A
commandName string N/A
message string N/A
body models.Command N/A
priority models.CommandPriority N/A
status models.CommandStatus N/A
queued Date N/A
started Date N/A
ended Date N/A
duration string N/A
exception string N/A
trigger models.CommandTrigger N/A
clientUserAgent string N/A
stateChangeTime Date N/A
sendUpdatesToClient boolean N/A
updateScheduledTask boolean N/A
lastExecutionTime Date N/A