JAMS 6.x Help
JobEvent Event (Server)


The JobEvent is raised when a job in the current schedule changes.
Syntax
'Declaration
 
Public Event JobEvent As JobDetailEventHandler
'Usage
 
Dim instance As Server
Dim handler As JobDetailEventHandler
 
AddHandler instance.JobEvent, handler
public event JobDetailEventHandler JobEvent
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

Server Class
Server Members

Send Feedback