Click or drag to resize
Akka.NETFSM<TState, TData>.IsTimerActive 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: 1.2.3.129 (1.2.3.129)
Syntax
public bool IsTimerActive(
	string name
)

Parameters

name
Type: System.String
TBD

Return Value

Type: Boolean
TBD
See Also