if a HALT is issued, will it kill off the entire application including any shared objects (multi threading)?
Mainly this is for PS application, but i assume it should work the same in PB
if a HALT is issued, will it kill off the entire application including any shared objects (multi threading)?
Mainly this is for PS application, but i assume it should work the same in PB
Have you tried doing a SharedObjectUnregister() first & then the Halt commands?
You can add more code to stop other threads before calling Halt.
Regards, Logan
I'm talking about still running hours later.
In any case, the documentation on what halt does is not correct. probably never updated after multi threading was added.