Click or drag to resize
FSMTState, TDataIsTimerActive 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.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public bool IsTimerActive(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Akka.Actor.FSM`2.IsTimerActive(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Akka.Actor.FSM`2.IsTimerActive(System.String)"]

See Also