expression.WaitForCall2( _ ByVal description As String _ ) As ReturnCode
where expression is a variable that represents a Terminal Object
Parameters
- description
- Specifies a message to be displayed in the Waiting for Call dialog box.
Return Value
One of the following ReturnCode enumeration values.
| Member | Description |
|---|---|
| Cancelled | Cancelled. |
| Error | Error. |
| PermissionRequired | Permission is required. |
| Success | Success. |
| Timeout | Timeout condition. |
| Truncated | The text is truncated. |