millisecondsDeadlineToLoadModules property
bool designer_mode = 5; // If true, other hosts can upload a new config (alongside additional data like model files or python code) to the host.
Implementation
@$pb.TagNumber(7)
$core.int get millisecondsDeadlineToLoadModules => $_getIZ(5);
Implementation
@$pb.TagNumber(7)
set millisecondsDeadlineToLoadModules($core.int v) { $_setSignedInt32(5, v); }