IRemoteCommandEvents::OnCommandTaskState method
Is called when the state of the command changes on a node in the cluster.
Syntax
void OnCommandTaskState(
[in] VARIANT Sender,
[in] ICommandTaskStateEventArg *pArgs
);
Parameters
Sender [in]
A variant that contains the Scheduler object.pArgs [in]
An ICommandTaskStateEventArg interface that provides information related to the state of the command.
Return value
This method does not return a value.
Remarks
To get the job that contains the command, query the pdispVal member of Sender for the IScheduler interface. Then, query the pdispVal member of pArgs for the ITaskStateEventArg interface. Use the ITaskStateEventArg.JobId property to call the IScheduler::OpenJob method to get the job. You can then use the ITaskStateEventArg::TaskId property to call the ISchedulerJob::OpenTask method to get the task that contains the command.
The dispatch identifier for this method is 0x60020002.
Examples
For an example, see Implementing the Event Handlers for Command Events in C++.
Requirements
Product |
HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities |
Type library |
Microsoft.Hpc.Scheduler.tlb |