Enum InvitationStatus
Whether an invitation is still acceptable.
public enum InvitationStatus
Fields
Expired = 1Real, but its time has passed. Accepting is refused; the invitation can be extended, which keeps the same code so an already-mailed link starts working again.
Open = 0Acceptable now.