ICommandTaskStateEventArg Interface

Definition

Defines the arguments that are passed to your event handler when the state of the command changes.

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("2db7b40d-ae72-4b01-8846-82fb252b9e82")]
public interface ICommandTaskStateEventArg : Microsoft.Hpc.Scheduler.ITaskStateEventArg
type ICommandTaskStateEventArg = interface
    interface ITaskStateEventArg
Public Interface ICommandTaskStateEventArg
Implements ITaskStateEventArg
Derived
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

Determines if 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 ITaskStateEventArg)
NewState

Retrieves the state of the task.

(Inherited from ITaskStateEventArg)
NodeName

Retrieves the name of the node that is running the command.

PreviousState

Retrieves the previous state of the task.

(Inherited from ITaskStateEventArg)
TaskId

Retrieves the identifier that uniquely identifies the task in a job.

(Inherited from ITaskStateEventArg)

Applies to