[Oorexx-devel] How to halt all threads of a certain RexxInterpreter instance ?

2009-05-01 Thread Rony G. Flatscher
One is able to use RexxSetHalt(tid) to halt/terminate a Rexx program running in the given tid (thread id). If supplying zero (0) as the tid, then all running Rexx threads will be halted. Now, running multiple RexxInterpreter instances, which may have multiple spawned Rexx threads. How could one

Re: [Oorexx-devel] How to halt all threads of a certain RexxInterpreter instance ?

2009-05-01 Thread Rony G. Flatscher
Rick McGuire wrote: Well, you might try using the Halt() API defined on the interpreter instance. That's great, thank you ! ---rony On Fri, May 1, 2009 at 3:00 PM, Rony G. Flatscher rony.flatsc...@wu-wien.ac.at wrote: One is able to use RexxSetHalt(tid) to halt/terminate a Rexx