Skip to content

Support for Do listener in addition to Entry and Exit #124

@mc-allen

Description

@mc-allen

UML states have entry/exit actions, which kstatemachine supports, and also a "do" action which is intended for periodic processing. When "do" is handled by a statechart, it is handled at the leaf state, and then propagated down to every parent recursively so each active state can run their "do" callbacks. I didn't see a way to do this in kstatemachine, maybe I missed it? If not, could this be a feature request?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions