Hierarchy

  • TaskEditOptions

Properties

action?: "command" | "power" | "backup"

Action that the schedule should perform (command/power/backup)

continueOnFailure?: boolean

Should the task continue to work on failure.

payload?: string

What that action should do. Command or power (start/stop/restart/kill). Backup payload is ignored file list.

timeOffset?: number

The time offset that the task should run after the schdule is triggered.

Generated using TypeDoc