IQExecutionPlan
@quik/scheduler / IQExecutionPlan
Interface: IQExecutionPlan
Defined in: scheduler/src/types.ts:19
Structure describing when a task should be executed.
Properties
days?
optionaldays?:ExecutionPlanPeriodDefinition
Defined in: scheduler/src/types.ts:22
Optional days within the month/year.
hours?
optionalhours?:ExecutionPlanPeriodDefinition
Defined in: scheduler/src/types.ts:30
Optional hours of the day.
minutes?
optionalminutes?:ExecutionPlanPeriodDefinition
Defined in: scheduler/src/types.ts:28
Optional minutes of the hour.
months?
optionalmonths?:ExecutionPlanPeriodDefinition
Defined in: scheduler/src/types.ts:26
Optional months of the year.
period
period:
QExecutionPlanPeriod
Defined in: scheduler/src/types.ts:20
weekdays?
optionalweekdays?:ExecutionPlanPeriodDefinition
Defined in: scheduler/src/types.ts:24
Optional days of the week.