# ResourceStoppedEvent

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

## Definition

```typescript
interface ResourceStoppedEvent
  extends IDistributedApplicationEvent,
    IDistributedApplicationResourceEvent {
  readonly resource: IResource;
  readonly services: IServiceProvider;
}
```

## Properties

- `resource`: [IResource](/reference/api/typescript/aspire.hosting/iresource.md) `get` -- Gets the Resource property
- `services`: `IServiceProvider` `get` -- Gets the Services property
