Hi there,
is there any possibility to pause and resume pascal scripts while returning to the main program?
Or: run the script until a specific point, i.e. a specific function call. The jump out of the script, return to the caller and do not restart until explicitly called externally.
The goal is to have a library, that will execute the script and stop and wait to be resumed for any callback function (i.e. "imported" PascalScript functions).
So far I can only execute the script at once, functions like Stop or Pause either break from the script and reset it's state, or otherwise halt the PSScript.Execute function until it's finished.
Thanks for any hints...
Regards
Alex