# RunningOnAppThread()

> Returns true if you're running on application thread.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.WSA](/engine/6000.6/script-reference/unityengine/wsa.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static bool RunningOnAppThread()
```

### Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) |             |

### Remarks

More information on UI and application threads can be found here.
