Record

runner

No description available.

record runner {
  busy: bool,
  id: s32,
  labels: list​<runner-label>,
  name: string,
  os: string,
  status: string,
}

Fields

NameTypeDescription
busybool
ids32
labelslist​<runner-label>
namestring
osstring
statusstring