Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |