Cnc Skinning API how to know if a job is running
Posted: Sat Jul 25, 2020 9:02 am
Hi,
I am using the version 4.5 of ACORN and I am testing the CncSkinning API and all seems ok, but I've not found in the documentation if there is a method to know if a job is running ?
in my case, If I call the job.RunCommand(..., require_cycle_start=false) 2 times without waiting for a delay in between, the second call is ignored, even though the function returns 'SUCCESS'.
My goal is to wait until the 1st job is finished, before sending another job (polling method)
Thank you in advance for your answer,
I am using the version 4.5 of ACORN and I am testing the CncSkinning API and all seems ok, but I've not found in the documentation if there is a method to know if a job is running ?
in my case, If I call the job.RunCommand(..., require_cycle_start=false) 2 times without waiting for a delay in between, the second call is ignored, even though the function returns 'SUCCESS'.
My goal is to wait until the 1st job is finished, before sending another job (polling method)
Thank you in advance for your answer,