HP Operations Manager for Windows

OV_MessageAction


Description
An action attached to the message. The system can trigger an action execution when the server receives the message (automatic action) or when an operator manually starts the action execution (operator action).
class OV_MessageAction
{
Properties:
string MessageId;
sint32 Type;
string NodeName;
string Call;
sint32 State;
boolean CreateAnnotation = FALSE;
boolean DoAcknowledge = FALSE;

Instance Methods:
sint32 Execute(
);
sint32 Stop(
);
};