Skip to content

Instantly share code, notes, and snippets.

@theredpea
Created March 14, 2018 22:36
Show Gist options
  • Save theredpea/d252ce47a375a45820d577e11fd31e31 to your computer and use it in GitHub Desktop.
Save theredpea/d252ce47a375a45820d577e11fd31e31 to your computer and use it in GitHub Desktop.
States = {
VALID: 1,
INVALID: 2,
VALIDATING: 3,
CLOSED: 5,
CLOSING: 6,
CANCELLED: 7
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment