mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-10 04:20:58 +00:00
962 B
962 B
StopTaskRequest
Example Usage
import { PathParamTaskName, StopTaskRequest } from "@lukehagar/plexjs";
let value: StopTaskRequest = {
taskName: PathParamTaskName.RefreshLocalMedia,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
taskName |
models.PathParamTaskName | ✔️ | The name of the task to be started. |