Re: [Oorexx-devel] checking haveHaltCondition

2022-09-11 Thread Rick McGuire
Those places are all on the other side of the API wall. There’s no way to access that. On Sun, Sep 11, 2022 at 12:26 PM Erich Steinböck wrote: > It would be beneficial if long-running tasks like writing/reading/sleeping > implemented in native code could check whether a Halt condition was raised

[Oorexx-devel] checking haveHaltCondition

2022-09-11 Thread Erich Steinböck
It would be beneficial if long-running tasks like writing/reading/sleeping implemented in native code could check whether a Halt condition was raised and return early if so. How does code like SysFile::write or SysThread::longSleep get access to its Activation settings, so that it can call haveHal