standstillDurationBeforeStart property
The duration in milliseconds a startpad has to be pressed before the autostart is executed. Maximum value is 10000, default value is 3000.
Implementation
@$pb.TagNumber(2)
$core.int get standstillDurationBeforeStart => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set standstillDurationBeforeStart($core.int v) { $_setSignedInt32(1, v); }