9.2.1 load_job문
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
var res
copyfile res,"project/vars","work/vars_1"
wait res==1,8,*timeout
copyfile res,"work/sub5.job","project/jobs/0005_sub.job"
wait res==1,4,*timeout
load_job res,"*"
wait res==1,4,*timeout
call 5
end
*timeout
print "copyfile failed"
end