# Sandbox.CompileGroup.SuppressBuildNotifications

```csharp
static bool SuppressBuildNotifications { get; set; }
```

Build notifications start of suppressed until after startup proper. That way
we don't get 4 build notification windows popping up on startup.

Declared in [Sandbox.CompileGroup](/api/Sandbox.CompileGroup).
Assembly: `Sandbox.Compiling`.
