ScheduleMode

Type alias

Schedule's mode

  • scheduled: the update occurs on a schedule set by the user
  • automatic: the update occurs with the nightly reharvest OR when metadata changes
  • manual: the update occurs when the user manually triggers it, but will not be updated otherwise
Value(s):
"scheduled" | "automatic" | "manual"

Type alias defined in common/src/core/types/IHubSchedule.ts:10