InstanceInformationTimerRunning Property |
Gets whether WorkflowHost has a timer running for a pending timeout of the workflow instance.
Namespace: Scanjour.Workflow4.HostAssembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic bool TimerRunning { get; }
Public ReadOnly Property TimerRunning As Boolean
Get
public:
property bool TimerRunning {
bool get ();
}
member TimerRunning : bool with get
Property Value
Boolean
See Also