Record
runner
No description available.
record runner {
busy: bool,
id: s32,
labels: list<runner-label>,
name: string,
os: string,
status: string,
}Fields
| Name | Type | Description |
|---|---|---|
| busy | bool | |
| id | s32 | |
| labels | list<runner-label> | |
| name | string | |
| os | string | |
| status | string |