Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChaosScheduleJobActiveDaysOfWeek

Package version

Defines the days of the week that a Chaos Schedule Job will run for.

Hierarchy

  • ChaosScheduleJobActiveDaysOfWeek

Index

Properties

Optional friday

friday: undefined | false | true

Indicates if the Chaos Schedule Job will run on Friday. Default value: false.

Optional monday

monday: undefined | false | true

Indicates if the Chaos Schedule Job will run on Monday. Default value: false.

Optional saturday

saturday: undefined | false | true

Indicates if the Chaos Schedule Job will run on Saturday. Default value: false.

Optional sunday

sunday: undefined | false | true

Indicates if the Chaos Schedule Job will run on Sunday. Default value: false.

Optional thursday

thursday: undefined | false | true

Indicates if the Chaos Schedule Job will run on Thursday. Default value: false.

Optional tuesday

tuesday: undefined | false | true

Indicates if the Chaos Schedule Job will run on Tuesday. Default value: false.

Optional wednesday

wednesday: undefined | false | true

Indicates if the Chaos Schedule Job will run on Wednesday. Default value: false.

Generated using TypeDoc