Description remove removes a callback function from timer. You use the value
which returned from the execute function to determine which callback
to remove. It returns T on success, F if there is no such callback
(for example, it might have already been removed), or ``fail'' on error.
Arguments
name
identifier returned from execute
Allowed:
string
Returns
T if callback removed, F if no callback, or fail on error