Method RequestStop
RequestStop(IRunnable?)
Requests that the specified runnable session stop.
[Obsolete("The legacy static Application object is going away.")]
public static void RequestStop(IRunnable? runnable = null)
Parameters
runnableIRunnableThe runnable to stop. If null, stops the current TopRunnableView .
Remarks
This will cause Run(IRunnable, Func<Exception, bool>?) to return.
Raises IsRunningChanging, IsRunningChanged, and IsModalChanged events.