module documentation

State machine logic for both finite & continuous skills.

Class BaseSkillFinalResultData Base final result data for finite skills.
Class ContinuousSkillLogicMixin Mixin for providing continuous skill logic.
Class FiniteSkillLogicMixin Mixin for providing finite skill logic.
Type Alias TRIGGER All state machine transition triggers for the skill state machine.
Class _SkillLogicMixin Base class for all python-native skills (with state machine logic).
TRIGGER = ΒΆ

All state machine transition triggers for the skill state machine.

Value
Literal['halt',
        'halting_done',
        'reset',
        'resetting_done',
        'start',
        'starting_done',
        'suspend',
...