FSM<(Of <(<'TS, TD>)>)>..::..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)

Syntax


public bool IsTimerActive(
	string name
)
Public Function IsTimerActive ( _
	name As String _
) As Boolean
public:
bool^ IsTimerActive(
	String^ name
)

Parameters

name
Type: String