An StateMachineLogAction.Action to associate with a message logged using the StateMachineLogger accepting an Object.
StateMachineLogAction serves as a way to link user executable actions to messages logged using the StateMachineLogger when handling StateMachine.OnStateMachineChanged.
The Object parameter is the same as the context passed when logging messages with the StateMachineLogger.
| Property | Description |
|---|---|
| Action | The action to execute. |
| Description | The description of the action. |
| Constructor | Description |
|---|---|
| StateMachineLogAction | Initializes a new instance of the StateMachineLogAction class. |