Files
plexjs/docs/models/stoptaskrequest.md

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.