mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-10 12:37:45 +00:00
17 lines
735 B
Markdown
17 lines
735 B
Markdown
# StartTaskRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { StartTaskRequest, TaskName } from "@lukehagar/plexjs";
|
|
|
|
let value: StartTaskRequest = {
|
|
taskName: TaskName.GenerateChapterThumbs,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
|
|
| `taskName` | [models.TaskName](../models/taskname.md) | :heavy_check_mark: | the name of the task to be started. | |