A want to "Pause" and "Start" a job from a command inside a plugins
Hi,
I'm writing a plugins that use the virtual printer, every change of Z I need to "pause" the virtual printer and then start again from a function inside a plugin, I already try this but not work:
"
host.Connection.connector.PauseJob("wait:"); <-----the pause windows appears but it's only a void frame and it's not clickable
"..............HERE PLUGIN ACTIONS........................"
host.Connection.connector.RunJob();<-----not start..
host.Connection.connector.Activate() ;<-----not start..
"
Any Advice on how do that?
Thank you
Luca
Comments