# SystemStateInfo

**Kind**: interface | **Module**: [Metrics](https://docs.interop.io/desktop/reference/javascript/metrics/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/metrics/systemstateinfo/index.html

Aggregate system state.

## Properties

- **`description`** (`string`, optional)
  Description of the state.
- **`name`** (`string`, optional)
  Name of the metrics system.
- **`path`** (`string[]`, optional)
  An array of parent system names, starting with the root system name.
- **`state`** (`number`, optional)
  Code number for the state.
