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

# Command Output

> Represents the output of a command line shell execution including an exit status, output message, and error message.

### Properties

| Name      | Type                                                                  |
| --------- | --------------------------------------------------------------------- |
| Error     | [Text](../../block-documentation/types/text)                          |
| Exit Code | [Integer](../../block-documentation/types/integer)                    |
| List      | [Command Output List](../../block-documentation/types/command-output) |
| Output    | [Text](../../block-documentation/types/text)                          |

### Block Reference

| Block Name                                                                   | Location         |
| ---------------------------------------------------------------------------- | ---------------- |
| [Run Command](../../block-documentation/blocks/utilities/system/run-command) | Utilities/System |
