Sdílet prostřednictvím


SchedulerCurrentState type

Definuje hodnoty pro SchedulerCurrentState. Mezi možné hodnoty patří: Queued, Scheduled(Naplánovano), Ended (Ukončeno).

type SchedulerCurrentState = "Queued" | "Scheduled" | "Ended"