Hi,
If you call a Sub using the CallSubPlus like below..
Which runs the sub 'Sub_1' in 9 seconds, what if after 3 seconds you want it to stop and not run that sub?
Is there a way in stopping the CallSubPlus from running once it has been told to run ?
If you call a Sub using the CallSubPlus like below..
B4X:
csu.CallSubPlus(Me, "Sub_1", 9000)
Which runs the sub 'Sub_1' in 9 seconds, what if after 3 seconds you want it to stop and not run that sub?
Is there a way in stopping the CallSubPlus from running once it has been told to run ?