BasicStatesDef contains all the basic states. ErrHandlerTimeout indicates one of the state machine handlers has timed
out. ErrNetwork indicates a generic network error. Healthcheck is a periodic request making sure that the machine is still
alive. Heartbeat is a periodic state that ensures the integrity of the machine. Ready indicates the machine meets criteria to perform work. Start indicates the machine should be working. Removing start can force
stop the machine.StatesBase*am.StatesBase Exception is the only built-in state and mean a global error. All errors
have to [State.Require] the Exception state. If [Machine.PanicToErr] is
true, Exception will receive it.( BasicStatesDef) Names() machine.S( BasicStatesDef) SetNames(names machine.S)( BasicStatesDef) SetStateGroups(groups map[string][]int, order []string)( BasicStatesDef) StateGroups() (map[string][]int, []string)
BasicStatesDef : github.com/pancsta/asyncmachine-go/pkg/machine.States
var BasicStates
BasicStates contains all the states for the Basic machine.
The pages are generated with Goldsv0.8.2. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds.