# PollingTaskRunner.StopRequestingNewTasks

```go
func (*PollingTaskRunner) StopRequestingNewTasks()
```

Stop requesting new tasks from the Tilebox API.

The runner can still finish and report an active task after this method is called.

## Returns

Nothing.

```go title="Go"
runner.StopRequestingNewTasks()
```
