ASM.JOB_STATE (ENUM)

( CAA_AsyncMan.library)

States an asynchronous job can be in.

DORMANT         

0

Execution of job has not yet been started.

BUSY                

1

Execution of job is running.

DONE

2

Job is executed.

ABORTED

3

Job has been aborted.

STATE_ERROR

4

Job has been finished by an error occurring.