hi,
for some reason I can't figure out a way to stop an EA from running except for just writing
into the
function. Is there another way? I don't want to have the EA process all the bars for nothing, you know?
I tried to call the
function but that didn't work either.
Am I just too tired or is there really no other way?
for some reason I can't figure out a way to stop an EA from running except for just writing
PHP Code
return(0);
PHP Code
start()
I tried to call the
PHP Code
deinit()
Am I just too tired or is there really no other way?