# `BB.Robot.CommandInfo`
[🔗](https://github.com/beam-bots/bb/blob/main/lib/bb/robot/command_info.ex#L5)

Information about a currently executing command.

Tracks metadata for commands running in the robot runtime.

# `t`

```elixir
@type t() :: %BB.Robot.CommandInfo{
  category: atom(),
  name: atom(),
  pid: pid(),
  ref: reference(),
  started_at: DateTime.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
