CommandTaskStateEventArg Class

Definition

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
CommandTaskStateEventArg
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)

Applies to