CommandTaskStateEventArg 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 command changes.
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("86816512-60c4-42f9-add8-76abf894ed57")]
public class CommandTaskStateEventArg : Microsoft.Hpc.Scheduler.TaskStateEventArg, Microsoft.Hpc.Scheduler.ICommandTaskStateEventArg
type CommandTaskStateEventArg = class
inherit TaskStateEventArg
interface ICommandTaskStateEventArg
interface ITaskStateEventArg
Public Class CommandTaskStateEventArg
Inherits TaskStateEventArg
Implements ICommandTaskStateEventArg
- Inheritance
- Attributes
- Implements
Properties
ErrorMessage |
Retrieves the error message associated with the error that occurred while running the command. |
ExitCode |
Retrieves the exit code that the command set. |
IsProxy |
Indicates that the output is coming from a proxy task. |
JobId |
Retrieves the identifier of the job that contains the task whose state has changed. (Inherited from TaskStateEventArg) |
NewState |
Retrieves the state of the task. (Inherited from TaskStateEventArg) |
NodeName |
Retrieves the name of the node that is running the command. |
PreviousState |
Retrieves the previous state of the task. (Inherited from TaskStateEventArg) |
TaskId |
Retrieves the identifier that uniquely identifies the task in a job. (Inherited from TaskStateEventArg) |