IJobStateEventArg 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 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. |