Files
plexjs/docs/sdk/models/operations/stoptaskrequest.md
2024-09-08 03:06:14 +00:00

1.3 KiB

StopTaskRequest

Example Usage

import { PathParamTaskName, StopTaskRequest } from "@lukehagar/plexjs/sdk/models/operations";

let value: StopTaskRequest = {
    taskName: PathParamTaskName.BackupDatabase,
};

Fields

Field Type Required Description
taskName operations.PathParamTaskName ✔️ The name of the task to be started.