Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 575 Bytes

ConferenceStatus.md

File metadata and controls

14 lines (10 loc) · 575 Bytes

freeclimb.Enums.ConferenceStatus

The status of the Conference. One of: creating, empty, populated, inProgress, or terminated.

Properties

Name Value Notes
EMPTY empty Represented in C# as 1
POPULATED populated Represented in C# as 2
IN_PROGRESS inProgress Represented in C# as 3
TERMINATED terminated Represented in C# as 4

[Back to Model list] [Back to API list] [Back to README]