| TimerGraphStageLogicIsTimerActive 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.129 (1.2.3.129)
Syntax protected bool IsTimerActive(
Object timerKey
)
member IsTimerActive :
timerKey : Object -> bool
Parameters
- timerKey
- Type: SystemObject
TBD
Return Value
Type:
BooleanTBD
See Also