Table of Contents

Enum ScheduledEventStatus

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

Represents the status for a scheduled event.

public enum ScheduledEventStatus

Fields

Scheduled = 1

Indicates that the event is scheduled.

Active = 2

Indicates that the event is active.

Completed = 3

Indicates that the event is completed.

Canceled = 4

Indicates that the event is canceled.