# Wait Screen Ready

> `UiPath.Terminal.Advanced.Activities.TerminalWaitScreenReady`

`UiPath.Terminal.Advanced.Activities.TerminalWaitScreenReady`

## Description

Suspends the execution of the workflow until the keyboard is unlocked or the specified timeout elapses.

The activity is valid only inside a **Terminal Session** activity.

## Project compatibility

**Windows - Legacy** | **Windows**

## Configuration

### Properties panel

Common

* **DisplayName** - The display name of the activity.

Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.
    :::note
    If the text provided as input is not found on screen, the activity throws an **InvalidCoordinates** exception.
    :::

Options

* **DelayMS** - Delay time (in milliseconds) after executing the activity. The default amount of time is 0 milliseconds.
* **TimeoutMS** - Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30,000 milliseconds (30 seconds).
