Method CheckTimersAndIdleHandlers | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

CheckTimersAndIdleHandlers(out int)

Called from Terminal.Gui.IMainLoopDriver.EventsPending() to check if there are any outstanding timers or idle handlers.

public bool CheckTimersAndIdleHandlers(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 or idle handler active.

Edit this page