ISchedulerJobEvents Interface

Definition

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.

Applies to