Skip to content

Provide state "traits" #442

@dennisklein

Description

@dennisklein

States with auto transitions are sometimes not interesting to the user, it should be possible to filter them (essentially without having to know explicitly which states have an auto transition):

SubscribeToStateChange([](auto state){
  if (HasManualTransition(state)) {
    // ...
  }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions