ICluster::ResumeNode method
Resumes scheduling new jobs and tasks on the specified node.
Syntax
HRESULT ResumeNode(
[in] BSTR NodeName
);
Parameters
- NodeName [in]
The name of the node that was paused by calling the ICluster::PauseNode method.
Return value
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code. To get a description of the error, call the ICluster::get_ErrorMessage method.
Remarks
The node can now accept requests to start new jobs or tasks.
Requirements
Product |
Compute Cluster Pack Client Utilities |
Type library |
Ccpapi.tlb |