# Sandbox.Services.Jam.GetActive

```csharp
static System.Threading.Tasks.Task<Jam> GetActive()
```

The jam that is on right now: teased, running, or crowned within the last week.
Null between jams. Cached for a few minutes, and falls back to the last copy on disk
if the backend is unreachable.

### Returns

`System.Threading.Tasks.Task<Jam>`

Declared in [Sandbox.Services.Jam](/api/Sandbox.Services.Jam).
Assembly: `Sandbox.Engine`.
