mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 04:20:49 +00:00
33 lines
1.4 KiB
Markdown
33 lines
1.4 KiB
Markdown
# PathParamTaskName
|
|
|
|
The name of the task to be started.
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
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>` | |