Timer interface

Timer schedule information. Provided to your function when using a timer binding.

Properties

isPastDue

Whether this timer invocation is due to a missed schedule occurrence.

schedule
scheduleStatus

Property Details

isPastDue

Whether this timer invocation is due to a missed schedule occurrence.

isPastDue: boolean

Property Value

boolean

schedule

schedule: { adjustForDST: boolean }

Property Value

{ adjustForDST: boolean }

scheduleStatus

scheduleStatus: { last: string, lastUpdated: string, next: string }

Property Value

{ last: string, lastUpdated: string, next: string }