Property TopRunnable
TopRunnable
Gets the Runnable that is on the top of the SessionStack.
IRunnable? TopRunnable { get; }
Property Value
Remarks
The top runnable in the session stack captures all mouse and keyboard input. This is set by Begin(IRunnable) and cleared by End(SessionToken).