mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
647 B
647 B
GetPlaylistGeneratorState
Example Usage
import { GetPlaylistGeneratorState } from "@lukehagar/plexjs/models/operations";
let value: GetPlaylistGeneratorState = GetPlaylistGeneratorState.Failed;
Values
This is an open enum. Unrecognized values will be captured as the Unrecognized<string> branded type.
| Name | Value |
|---|---|
Pending |
pending |
Complete |
complete |
Failed |
failed |
| - | Unrecognized<string> |