mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
5.4 KiB
5.4 KiB
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 |