mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
366 B
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 |