IJobStateEventArg Interface

Definition

Defines the arguments that are passed to your event handler when the state of the job changes.

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("337c8713-e312-4c69-b023-dec2dd6b381f")]
public interface IJobStateEventArg
type IJobStateEventArg = interface
Public Interface IJobStateEventArg
Derived
Attributes

Properties

JobId

Retrieves the identifier of the job whose state has changed.

NewState

Retrieves the state of the job.

PreviousState

Retrieves the previous state of the job.

Applies to