Files
plexjs/docs/models/operations/action.md

366 B

Action

The action to perform for this item on this optimizer queue

Example Usage

import { Action } from "@lukehagar/plexjs/models/operations";

let value: Action = Action.Enable;

Values

Name Value
Reprocess reprocess
Disable disable
Enable enable