Represents a job that runs only once

Hierarchy

  • IOnetimeSchedule

Properties

Properties

data?: object

An object that can be passed to the processor with custom data

id: string

The schedule's identifier

when: string | Date

The time at which the job will be run. Values can be a human-interval string or a Date object.

Generated using TypeDoc