busy property
bool
get
busy
Controls whether the item is shown as "busy" in the Test Explorer view. This is useful for showing status while discovering children.
Defaults to false.
Implementation
_i2.bool get busy => _i5.getProperty(
this,
'busy',
);
set
busy
(bool value)
Implementation
set busy(_i2.bool value) {
_i5.setProperty(
this,
'busy',
value,
);
}