mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
22 lines
3.9 KiB
Markdown
22 lines
3.9 KiB
Markdown
# TaskResource
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { TaskResource } from "prowlarr/models";
|
|
|
|
let value: TaskResource = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
|
|
| `id` | *number* | :heavy_minus_sign: | N/A |
|
|
| `name` | *string* | :heavy_minus_sign: | N/A |
|
|
| `taskName` | *string* | :heavy_minus_sign: | N/A |
|
|
| `interval` | *number* | :heavy_minus_sign: | N/A |
|
|
| `lastExecution` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
|
| `lastStartTime` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
|
| `nextExecution` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
|
|
| `lastDuration` | *string* | :heavy_minus_sign: | N/A | |