machinery v0.4.1 API Reference

Modules

Main Machinery module. It keeps the bunk of the Machinery logics, it’s the module that will be imported with use on the module that the state machine will be implemented. The first state declared will be considered the intial state

Machinery module responsible for control transitions, guard functions and callbacks (before and after). This is meant to be for internal use only