Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

State machine enhancements #522

Merged
merged 1 commit into from
Oct 6, 2016

Conversation

BaerMitUmlaut
Copy link
Contributor

When merged this pull request will:

  • Add event transitions (transitions that can only trigger when a CBA event is raised)
  • Add manual transitions by function call
  • Add a current state getter that returns the current state of a list item within a given state machine
  • Simplify config by allowing config like onState = QFUNC(handleState); (removes the necessity of using call)

@commy2 commy2 added this to the 3.1.1 milestone Oct 6, 2016
@commy2 commy2 merged commit 3dd5224 into CBATeam:master Oct 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants