So let's say I made an call using ogscript.asyncAxec.
[code]
ogscript.asyncExec(myFunction, 28800000); //runs 8 hours from now
[/code]
But now I want to cancel that asyncExec because conditions have changed and I no longer want that function to execute in 8 hours. Is there a way to cancel it?