Hi
can I call the OnDeinit() from within the onTimer() if if so, what arguments shall I give it?
I need it in order to end an EA during debugging, which runs on onTimer() only.
I don't think that you can run those functions. They are event handlers. If you want your EA to stop doing any work, just put some condition to return(); in top of onTimer().