Table of Contents

Method RunIteration

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

RunIteration(ref RunState, bool)

Run one application iteration.

public static bool RunIteration(ref RunState state, bool firstIteration = false)

Parameters

state RunState

The state returned by Begin(Toplevel).

firstIteration bool

Set to true if this is the first run loop iteration.

Returns

bool

false if at least one iteration happened.