mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 12:47:46 +00:00
3.9 KiB
3.9 KiB
TaskResource
Example Usage
import { TaskResource } from "prowlarr";
let value: TaskResource = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
number | ➖ | N/A |
name |
string | ➖ | N/A |
taskName |
string | ➖ | N/A |
interval |
number | ➖ | N/A |
lastExecution |
Date | ➖ | N/A |
lastStartTime |
Date | ➖ | N/A |
nextExecution |
Date | ➖ | N/A |
lastDuration |
string | ➖ | N/A |