> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tilebox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PollingTaskRunner.StopRequestingNewTasks

```go theme={"system"}
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.

<RequestExample>
  ```go Go theme={"system"}
  runner.StopRequestingNewTasks()
  ```
</RequestExample>
