Skip to main content
Version: Next

TaskSchedule

TaskSchedule

Represents a task schedule configuration.

Tasks can be scheduled using either cron expressions or specific dates/timestamps. The timezone is optional and defaults to the system timezone.

Signature
type TaskSchedule = string | Date | number