expression.WaitForKeyboardEnabled( _ ByVal timeout As Integer, _ ByVal duration As Integer _ ) As ReturnCode
where expression is a variable that represents a IbmScreen Object
Parameters
- timeout
- Specifies how long to wait for the keyboard to become enabled (in seconds).
- duration
- Specifies how long the keyboard must remain enabled (in seconds).
Return Value
One of the following ReturnCode enum values.
Member | Description |
---|---|
Cancelled | Cancelled. |
Error | Error. |
PermissionRequired | Permission is required. |
Success | Success. |
Timeout | Timeout condition. |
Truncated | The text is truncated. |