Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskOptions

Description of a Task

Hierarchy

  • TaskOptions

Index

Properties

action

action: TaskAction

Action to perform when the task job is triggered

Optional origin

origin: Module

Module of the task, null or empty if orphan

schedule

schedule: TaskSchedule

The moment when the task should trigger (moment, date, cron schedule)

Optional start

start: boolean

Does the task auto start ? (means enable but not triggered at instantiation) (default: false)

Generated using TypeDoc