Click or drag to resize
Akka.NETPersistentFSMBaseTState, TData, TEventIsTimerActive Method
Determines whether the named timer is still active. Returns true unless the timer does not exist, has previously been cancelled, or if it was a single-shot timer whose message was already received.

Namespace:  Akka.Persistence.Fsm
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool IsTimerActive(
	string name
)

Parameters

name
Type: SystemString
TBD

Return Value

Type: Boolean
TBD
See Also