TAwaitable.removeCallback

Removes a previously added callback.

interface TAwaitable
bool
removeCallback
(
void delegate
()
dg
)

Return Value

Type: bool

Whether the callback could be found in the list, i.e. whether it was previously added.

Meta