Type alias FleetScheduleStatus

FleetScheduleStatus: typeof ACTIVE | typeof INACTIVE | UnparsedObject

The status of the schedule.

  • active: The schedule is active and will create deployments according to its recurrence rule.
  • inactive: The schedule is inactive and will not create any deployments.

Generated using TypeDoc