Property IsRunning
IsRunning
Gets whether this runnable session is currently running (i.e., on the RunnableSessionStack).
public bool IsRunning { get; }
Property Value
Remarks
Read-only property derived from stack state. Returns true if this runnable is currently on the RunnableSessionStack, false otherwise.
Runnables are added to the stack during Begin(IRunnable) and removed in End(RunnableSessionToken).