07-12-2019, 03:58 PM
Hi,
I start a RoboDK session Using API by
So I can interact with RL in the background. But How can I shut it down?
Right now I only do it through task manager.
Is there any argument I can pass into Robolink to quit RoboDK?
I start a RoboDK session Using API by
Code:
RL = Robolink(args='/NOUI, /NOSPLASH /HIDDEN')
So I can interact with RL in the background. But How can I shut it down?
Right now I only do it through task manager.
Is there any argument I can pass into Robolink to quit RoboDK?