| PersistentFSMBaseTState, TData, TEventIsTimerActive 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.Persistence.Fsm
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public bool IsTimerActive(
string name
)
member IsTimerActive :
name : string -> bool
Parameters
- name
- Type: SystemString
TBD
Return Value
Type:
BooleanTBD
See Also