ISchedulerJobEvents.OnJobState(Object, JobStateEventArg) Method

Definition

Is called when the state of the job changes.

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

Parameters

sender
Object

The job object that sent the event.

arg
JobStateEventArg

An JobStateEventArg object that contains the event properties.

Applies to