# ExecuteCommandResult

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

## Definition

```typescript
type ExecuteCommandResult = {
  Success: boolean;
  Canceled: boolean;
  ErrorMessage: string;
}
```

## Fields

- `Success`: `boolean`
- `Canceled`: `boolean`
- `ErrorMessage`: `string`
