# status

> Returns the status of the on-screen keyboard. (Read Only)

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public TouchScreenKeyboard.Status status { get; }
```

### Remarks

The status specifies if the on-screen keyboard is visible or if it was closed. The keyboard is closed when it loses focus or when the input is finished or canceled.
