# ResourceCommandState

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

The state of a resource command.

## Definition

```typescript
enum ResourceCommandState {
  Enabled = 0,
  Disabled = 1,
  Hidden = 2,
}
```

## Values

- `Enabled` = `0`
- `Disabled` = `1`
- `Hidden` = `2`
