Files
plexjs/docs/models/butlertask.md

3.6 KiB
Raw Blame History

ButlerTask

Example Usage

import { ButlerTask } from "@lukehagar/plexjs";

let value: ButlerTask = {
    name: "BackupDatabase",
    interval: 3,
    title: "Backup Database",
    description: "Create a backup copy of the server's database in the configured backup directory",
};

Fields

Field Type Required Description Example
name string N/A BackupDatabase
interval number N/A 3
scheduleRandomized boolean N/A
enabled boolean N/A
title string N/A Backup Database
description string N/A Create a backup copy of the server's database in the configured backup directory