ASM.JobExecute (FUN)

This function of the CAA_AsyncMan.library will enqueue a job that has been created by ASM.JobOpen or ASM.JobOpenEx. The queue contains all jobs to be executed. The function will return an error, if the state of the job does not equalDORMANT. The state will change to BUSY afterwards.

The return is an error code of the executed function.

Input:

hJob

UDINT

Handle of job

Output:

eError

ASM.ERROR

Error enumeration variable for diagnosis purposes.