Method of IScriptApplication
Cancels previously registered callback using ID received from delay_call.
var pbSuccess = ScriptApplication.cancel_call(nTimerID);
pbSuccess = ScriptApplication.cancel_call nTimerID
VARIANT_BOOL bSuccess; HRESULT hr = ScriptApplication.cancel_call(nTimerID, &bSuccess);