Location: Symbol Reference > Structs, Records, Enums > TJwJobMessage Enumeration
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwJobMessage Enumeration
Pascal
TJwJobMessage = (
  jmsgUnknown,
  jmsgACTIVEPROCESSZERO,
  jmsgENDOFPROCESSTIME,
  jmsgACTIVEPROCESSLIMIT,
  jmsgPROCESSMEMORYLIMIT,
  jmsgJOBMEMORYLIMIT,
  jmsgNEWPROCESS,
  jmsgEXITPROCESS,
  jmsgABNORMALEXITPROCESS,
  jmsgENDOFJOBTIME
);
Members 
Description 
jmsgPROCESSMEMORYLIMIT 
The memory limit of a process was reached. 
jmsgJOBMEMORYLIMIT 
The memory limit of the whole job was reached. 
jmsgNEWPROCESS 
A new process was added to the job 
jmsgEXITPROCESS 
A process exited the job and was removed. 
jmsgABNORMALEXITPROCESS 
A process was forced to be shut down. 
jmsgENDOFJOBTIME 
The time assigned to a process has ended. 

TJwJobMessage is used by TJwOnJobNotification to show the type of job message that was received.

Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc.
What do you think about this topic? Send feedback!