Click or drag to resize
Akka.NETTimerGraphStageLogicIsTimerActive Method
Inquire whether the timer is still active. Returns true unless the timer does not exist, has previously been canceled or if it was a single-shot timer that was already triggered.

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected bool IsTimerActive(
	Object timerKey
)

Parameters

timerKey
Type: SystemObject
TBD

Return Value

Type: Boolean
TBD
See Also