Properties of a CronParseTask.

interface ICronParseTask {
    clock?: ClockType;
    clockOffset?: number;
    cronPattern?: string;
}

Implemented by

Properties

clock?: ClockType

Use the TaskRunner's clock or the on-chain SYSCLOCK.

clockOffset?: number

The timestamp offset to calculate the next run.

cronPattern?: string

The cron pattern to parse.

Generated using TypeDoc