JobStateEventArg 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 the job changes.
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("c6f1db8b-1504-4ceb-a178-00e7bc9f0285")]
public class JobStateEventArg : EventArgs, Microsoft.Hpc.Scheduler.IJobStateEventArg
type JobStateEventArg = class
inherit EventArgs
interface IJobStateEventArg
Public Class JobStateEventArg
Inherits EventArgs
Implements IJobStateEventArg
- Inheritance
-
JobStateEventArg
- Attributes
- Implements
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. |