Interface: CronExpression
Defined in: packages/scheduler/src/interfaces/cron.interface.ts:4
Represents a cron expression for scheduled tasks
Methods
toString()
ts
toString(): string;Defined in: packages/scheduler/src/interfaces/cron.interface.ts:8
Convert to a string representation
Returns
string