ISchedulerJobEvents interface
Implement this interface if you want to receive event notification when the state of the job changes.
Members
The ISchedulerJobEvents interface inherits from the IDispatch interface. ISchedulerJobEvents also has these types of members:
- Methods
Methods
The ISchedulerJobEvents interface has these methods.
Method | Description |
---|---|
OnJobState | Is called when the state of the job changes. |
OnTaskState | Is called when the state of a task in the job changes. |
Remarks
You must implement all methods in this interface. You will receive notification for each event—you cannot specify the types of events you want to receive.
Examples
For an example, see Creating and Submitting a Job.
Requirements
Product |
HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities |
Type library |
Microsoft.Hpc.Scheduler.tlb |