ITaskStateEventArg 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 a task in the job changes.
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("70d8316e-6dab-4e99-af3b-b39fb9afdc3e")]
public interface ITaskStateEventArg
type ITaskStateEventArg = interface
Public Interface ITaskStateEventArg
- Derived
- Attributes
Properties
JobId |
Retrieves the identifier of the job that contains the task whose state has changed. |
NewState |
Retrieves the state of the task. |
PreviousState |
Retrieves the previous state of the task. |
TaskId |
Retrieves the identifier that uniquely identifies the task in a job. |