# ProgressContext

- Module: [Aspire.Hosting](/reference/api/typescript/aspire.hosting.md)
- Version: `13.5.0`
- Kind: `handle`
- Source: [GitHub](https://github.com/microsoft/aspire/tree/e076d8e427cb3afb528dbd605acd74c3aea69f94)

Provides context to the work callback of a progress interaction.

## Definition

```typescript
interface ProgressContext {
  readonly cancellationToken: cancellationToken;
}
```

## Properties

- `cancellationToken`: `cancellationToken` `get` -- Gets the `CancellationToken` that is triggered when the user clicks the cancel button or the operation is externally canceled.
