Files
plexjs/docs/sdk/models/operations/pathparamtaskname.md

1.4 KiB

PathParamTaskName

The name of the task to be started.

Example Usage

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

let value: PathParamTaskName = PathParamTaskName.RefreshPeriodicMetadata;

Values

This is an open enum. Unrecognized values will be captured as the Unrecognized<string> branded type.

Name Value
BackupDatabase BackupDatabase
BuildGracenoteCollections BuildGracenoteCollections
CheckForUpdates CheckForUpdates
CleanOldBundles CleanOldBundles
CleanOldCacheFiles CleanOldCacheFiles
DeepMediaAnalysis DeepMediaAnalysis
GenerateAutoTags GenerateAutoTags
GenerateChapterThumbs GenerateChapterThumbs
GenerateMediaIndexFiles GenerateMediaIndexFiles
OptimizeDatabase OptimizeDatabase
RefreshLibraries RefreshLibraries
RefreshLocalMedia RefreshLocalMedia
RefreshPeriodicMetadata RefreshPeriodicMetadata
UpgradeMediaAnalysis UpgradeMediaAnalysis
- Unrecognized<string>