call_cancel

This function cancels a callback function that was started earlier by call_later.

 

 

Syntax:

call_cancel(handle);

ArgumentTypeDescription
handleTime SourceThe handle to a Time Source returned by call_later.

 

Returns:

N/A

 

Example:

call_cancel(handle);