# Sandbox.ParticleEffect.Paused

```csharp
bool Paused { get; set; }
```

Whether the particle simulation is currently paused.
When paused, particles will not update their positions, velocities, or other properties.

Declared in [Sandbox.ParticleEffect](/api/Sandbox.ParticleEffect).
Assembly: `Sandbox.Engine`.
