Table of Contents

Method CheckTimers

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

CheckTimers(out int)

Called from Terminal.Gui.App.IMainLoopDriver.EventsPending() to check if there are any outstanding timer handlers.

bool CheckTimers(out int waitTimeout)

Parameters

waitTimeout int

Returns the number of milliseconds remaining in the current timer (if any). Will be -1 if there are no active timers.

Returns

bool

true if there is a timer active; otherwise, false.