Jump to content




Pausing the execution of a program


  • You cannot reply to this topic
1 reply to this topic

#1 doublequestionmark

  • Members
  • 118 posts
  • LocationI honestly don't know

Posted 06 March 2016 - 04:46 PM

So I have two programs, program a and program b. program a is ran first and then a starts b...

Program a

program b

Is there a way for program a to pause the execution of program b without tampering with program b's code
for example:

desired outcome


#2 HPWebcamAble

  • Members
  • 933 posts
  • LocationWeb Development

Posted 06 March 2016 - 06:01 PM

In this specific example, no, not without the Lua debug API (which is disabled in CC)

But in a program that calls os.pullEvent (like it should ;) ), you can make a program that manages what events get passed to program b. See the parallel API for an example.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users