IRemoteCommandEvents.OnCommandJobState(Object, JobStateEventArg) Method

Definition

Is called each time the state of the job that contains the command changes.

public void OnCommandJobState (object sender, Microsoft.Hpc.Scheduler.JobStateEventArg arg);
abstract member OnCommandJobState : obj * Microsoft.Hpc.Scheduler.JobStateEventArg -> unit
Public Sub OnCommandJobState (sender As Object, arg As JobStateEventArg)

Parameters

sender
Object

The command object that sent the event.

arg
JobStateEventArg

A JobStateEventArg object that contains the event properties.

Applies to