Table of Contents

Property ExitRunLoopAfterFirstIteration

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ExitRunLoopAfterFirstIteration

Set to true to cause the RunLoop method to exit after the first iterations. Set to false (the default) to cause the RunLoop to continue running until Application.RequestStop() is called.

public static bool ExitRunLoopAfterFirstIteration { get; set; }

Property Value

bool