millisecondsDeadlineToLoadModules property

  1. @TagNumber(7)
int get millisecondsDeadlineToLoadModules

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);
  1. @TagNumber(7)
set millisecondsDeadlineToLoadModules (int v)

Implementation

@$pb.TagNumber(7)
set millisecondsDeadlineToLoadModules($core.int v) { $_setSignedInt32(5, v); }