Table of Contents

Method MainIteration

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

MainIteration()

Runs one iteration of timers and file watches

public void MainIteration()

Remarks

You use this to process all pending events (timers, idle handlers and file watches).

You can use it like this: while (main.EvensPending ()) MainIteration ();