BB.Robot.CommandInfo (bb v0.31.2)

Copy Markdown View Source

Information about a currently executing command.

The runtime keeps this for admission control and preemption. Introspection goes through BB.Command.list/1, which reads the robot's registry.

Summary

Types

t()

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