# Sandbox.Compiler.NeedsBuild

```csharp
bool NeedsBuild { get; set; }
```

Returns true if this compiler is pending a build, or currently building.

Declared in [Sandbox.Compiler](/api/Sandbox.Compiler).
Assembly: `Sandbox.Compiling`.
