ISchedulerJobEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the interface that COM applications implement to handle events raised by the ISchedulerJob object.
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("47956563-23c2-4270-80c8-91a3b369acb7")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIDispatch)]
public interface ISchedulerJobEvents
type ISchedulerJobEvents = interface
Public Interface ISchedulerJobEvents
- Attributes
Methods
OnJobState(Object, JobStateEventArg) |
Is called when the state of the job changes. |
OnTaskState(Object, TaskStateEventArg) |
Is called when the state of a task in the job changes. |