NStateManager icon indicating copy to clipboard operation
NStateManager copied to clipboard

Easy to use and very flexible finite state manager for .Net.

Results 9 NStateManager issues
Sort by recently updated
recently updated
newest added

trigger actions transitions entry/re-entry actions autoTransitions exit actions

good first issue
Documentation

Sample scenario: 1. Sale.Open transitions to Sale.CardProcessing on SaleEvent.CardPayment with payment argument 2. Sale.CardProcessing state entry event needs payment argument to send to card processor 3. Sale.CardProcessor automatically forwards to...

enhancement

This allows results to be returned with WasCancelled = true.

enhancement

Don't forget to make it a release build.

enhancement