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

7.7 KiB
Raw Permalink Blame History

CommandResource

Example Usage

import { CommandResource } from "prowlarr/models";

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