Enum ScheduledEventStatus
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents the status for a scheduled event.
public enum ScheduledEventStatus
Fields
Scheduled = 1Indicates that the event is scheduled.
Active = 2Indicates that the event is active.
Completed = 3Indicates that the event is completed.
Canceled = 4Indicates that the event is canceled.