Enum ScheduledEventStatus
Represents the status for a scheduled event.
Namespace: DisCatSharp
Assembly: DisCatSharp.dll
Syntax
public enum ScheduledEventStatus
Fields
Name | Description |
---|---|
Active | Indicates that the event is active. |
Canceled | Indicates that the event is canceled. |
Completed | Indicates that the event is completed. |
Scheduled | Indicates that the event is scheduled. |