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

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

RemoveTimeout(object)

Removes a previously scheduled timeout

public static bool RemoveTimeout(object token)

Parameters

token object

Returns

bool

Remarks

The token parameter is the value returned by AddTimeout(TimeSpan, Func).

Edit this page