BB.Robot.CommandInfo (bb v0.15.0)

View Source

Information about a currently executing command.

Tracks metadata for commands running in the robot runtime.

Summary

Types

t()

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