Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICronJobEntry

Cron job entry used to manage the execution state of the cron job

Hierarchy

  • ICronJobEntry

Index

Properties

Optional instance

instance: UberCron

Reference to the cron job instance

Optional numExecutions

numExecutions: number

Total number of job executions since it was created

Optional numRunning

numRunning: number

Number of job executions currently running

Optional started

started: boolean

Whether cron job has been started