Skip to content

Instantly share code, notes, and snippets.

@kracekumar
Created July 16, 2016 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kracekumar/352daef114d84d13d7805b71727e79e8 to your computer and use it in GitHub Desktop.
Save kracekumar/352daef114d84d13d7805b71727e79e8 to your computer and use it in GitHub Desktop.
state machine trigger
>>>machine.model.cancel()
True
>>>machine.model.state
'canceled'
>>>machine.model.deliver()
False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment