ASM.STATE (STRUCT; Prefix state)
This data structure of the
⇘
CAA_AsyncMan.library describes the control block of an asynchronous job.
eError
|
CAA.ERROR
|
Error code of job. Valid, if eState = ASM.STATE_ERROR.
|
eState
|
ASM.JOB_STATE
|
State of job
|
usiProgress
|
USINT
|
Progress in executing the asynchronous job. The progress may be assigned to a value between 0 (job has not been started yet) and 100 (job executed)
|