Skip to main content

IQExecutionPlan

@quik/scheduler


@quik/scheduler / IQExecutionPlan

Interface: IQExecutionPlan

Defined in: scheduler/src/types.ts:19

Structure describing when a task should be executed.

Properties

days?

optional days?: ExecutionPlanPeriodDefinition

Defined in: scheduler/src/types.ts:22

Optional days within the month/year.


hours?

optional hours?: ExecutionPlanPeriodDefinition

Defined in: scheduler/src/types.ts:30

Optional hours of the day.


minutes?

optional minutes?: ExecutionPlanPeriodDefinition

Defined in: scheduler/src/types.ts:28

Optional minutes of the hour.


months?

optional months?: ExecutionPlanPeriodDefinition

Defined in: scheduler/src/types.ts:26

Optional months of the year.


period

period: QExecutionPlanPeriod

Defined in: scheduler/src/types.ts:20


weekdays?

optional weekdays?: ExecutionPlanPeriodDefinition

Defined in: scheduler/src/types.ts:24

Optional days of the week.