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