HP Operations Manager for Windows

IOvStdio


Standard input operations.

The IOvStdio interface provides methods for accessing standard input (keyboard) from scripting clients.

Properties

CancelKeys
Get/set keys for the methods IsCancelKeyPressed and WaitOnCancelKey.

Methods

IsCancelKeyPressed
Check if one of keys specified with the property CancelKeys is pressed.

IsKeyPressed
Check if the key is pressed.

IsAnyKeyPressed
Check if any key is pressed.

WaitOnCancelKey
Wait until one of the keys specified with the property CancelKeys is pressed.

WaitOnKey
Wait until the key is pressed.

GetKey
Wait until any key is pressed, and then return its code.

Program ID

OvOWRmtAgt.OvStdio