Table of Contents

Property StopAfterFirstIteration

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

StopAfterFirstIteration

Set to true to cause the session to stop running after first iteration.

bool StopAfterFirstIteration { get; set; }

Property Value

bool

Remarks

Used primarily for unit testing. When true, End(RunnableSessionToken) will be called automatically after the first main loop iteration.