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

5.4 KiB
Raw Blame History

Command

Example Usage

import { Command } from "prowlarr/models";

let value: Command = {};

Fields

Field Type Required Description
sendUpdatesToClient boolean N/A
updateScheduledTask boolean N/A
completionMessage string N/A
requiresDiskAccess boolean N/A
isExclusive boolean N/A
isTypeExclusive boolean N/A
name string N/A
lastExecutionTime Date N/A
lastStartTime Date N/A
trigger models.CommandTrigger N/A
suppressMessages boolean N/A
clientUserAgent string N/A