HP Operations Manager for Windows

_IOvRemoteAgentEvents::OnCompleted


Event: Asynchronous administration finishes on all nodes.

void OnCompleted(
[in] BSTR bstrMessage,
[in] VARIANT_BOOL bErrors
);

Parameters

bstrMessage
Message that should be printed.

bErrors
Information if errors occurred on any of nodes.

Returning Parameter

None.

HRESULT Return Values

None.

Description

The OnCompleted event is executed after an asynchronous administration is completely finished on all nodes (successfully or unsuccessfully).