Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IJobConfig

Configuration data for a job.

Hierarchy

  • IJobConfig

Index

Properties

checkIfShouldTick?: Nilable<CheckIfShouldTickPredicate>

Checks if 'onTick()' should be executed or not.

onTick: JobAction

The action, that is executed on a 'tick'.

runOnInit?: Nilable<boolean>

Run on init / start or not.

time: string

The cron string, that describes the interval, the job schould be executed.

see

https://github.com/node-schedule/node-schedule#cron-style-scheduling

timezone?: Nilable<string>

The name of the custom timezone.

Generated using TypeDoc