Click or drag to resize
Akka.NETTestFSMRefTActor, TState, TDataStateName Property
Get current state name of this FSM.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TState StateName { get; }

Property Value

Type: TState
See Also