disable property
- @TagNumber(2)
if this subsystem is disabled and should not be started by the agent
Implementation
@$pb.TagNumber(2)
$core.bool get disable => $_getBF(1);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set disable($core.bool v) { $_setBool(1, v); }