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