JAMS 6.x Help
LocalJobEvent Event


Local JobEvent handler.
Syntax
'Declaration
 
Public Event LocalJobEvent As JobEventHandler
'Usage
 
Dim instance As JobEventWrapper
Dim handler As JobEventHandler
 
AddHandler instance.LocalJobEvent, handler
public event JobEventHandler LocalJobEvent
Event Data

The event handler receives an argument of type JobEventArgs containing data related to this event. The following JobEventArgs properties provide information specific to this event.

PropertyDescription
EventCodeGets the EventCode.  
JAMSIdGets the job's JAMSId.  
RONGets the job's RON.  
StateGets the current JobState of this entry.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JobEventWrapper Class
JobEventWrapper Members