MVPSI.JAMS Namespace > JobEventWrapper Class : LocalJobEvent Event |
'Declaration
Public Event LocalJobEvent As JobEventHandler
'Usage
Dim instance As JobEventWrapper Dim handler As JobEventHandler AddHandler instance.LocalJobEvent, handler
public event JobEventHandler LocalJobEvent
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.
Property | Description |
---|---|
EventCode | Gets the EventCode. |
JAMSId | Gets the job's JAMSId. |
RON | Gets the job's RON. |
State | Gets the current JobState of this entry. |
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