TestimoX

API Reference

Enum

ScheduleMode

Namespace TestimoX.Configuration.Service.Schedule
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Scheduling mode for the TestimoX service.

Inheritance

  • Enum
  • ScheduleMode

Values

public const ScheduleMode Disabled #

No automatic scheduling; runs only when triggered.

Value: 0
public const ScheduleMode Interval #

Run at a fixed interval (see interval settings in config).

Value: 1
public const ScheduleMode Daily #

Run once per day at the configured time.

Value: 2
public const ScheduleMode Weekly #

Run once per week at the configured day/time.

Value: 3