TaskStateEventArg Class
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.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("6494eef8-f105-4ad6-90c5-9783b63a1f2c")]
public class TaskStateEventArg : EventArgs, Microsoft.Hpc.Scheduler.ITaskStateEventArg
type TaskStateEventArg = class
inherit EventArgs
interface ITaskStateEventArg
Public Class TaskStateEventArg
Inherits EventArgs
Implements ITaskStateEventArg
- Inheritance
-
TaskStateEventArg
- Derived
- Attributes
- Implements
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. |