1 2 3 4 5 6 7 8
# State of the project; either 'open' or 'closed' enum ProjectState { # The project is closed. CLOSED # The project is open. OPEN }