# PlayState

> Status of a Playable.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.Playables](/engine/6000.7/script-reference/unityengine/playables.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public enum PlayState
```

## Fields

| Value                                                                                 | Description                                                                                                                         |
| ------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| [Paused](/engine/6000.7/script-reference/unityengine/playables/playstate/paused.md)   | The [Playable](/engine/6000.7/script-reference/unityengine/playables/playable.md) has been paused. Its local time will not advance. |
| [Playing](/engine/6000.7/script-reference/unityengine/playables/playstate/playing.md) | The [Playable](/engine/6000.7/script-reference/unityengine/playables/playable.md) is currently Playing.                             |
