state

abstract val state: S

The current state of this value in the state machine.

This property represents the value's current position in the state machine's state graph. It is used by the state machine to determine valid transitions and track the value's progress.