Skip to content

Poll_VotingStatus

daneden edited this page Jan 19, 2022 · 3 revisions

Poll.VotingStatus

The voting status for the associated poll

public enum VotingStatus: String, RawRepresentable, Codable 

Inheritance

Codable, RawRepresentable, String

Enumeration Cases

closed

A closed voting status, indicating no more votes can be submitted

case closed

open

An open voting status, indicating the poll can continue to receive votes until the endDateTime

case open
Types
Global Variables
Global Functions
Extensions
Clone this wiki locally