Table of Contents

Method RequestStop

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

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

runnable IRunnable

The runnable to stop. If null, stops the current TopRunnableView .

Remarks