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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

RemoveTimeout(object)

Removes a previously scheduled timeout

bool RemoveTimeout(object token)

Parameters

token object

Returns

bool

Returnstrueif the timeout is successfully removed; otherwise,false. This method also returnsfalseif the timeout is not found.

Remarks

The token parameter is the value returned by AddTimeout.

Edit this page