interruptOnError property
Define if any error stops the whole execution. By default the process continues as normal.
Implementation
@$pb.TagNumber(7)
$core.bool get interruptOnError => $_getBF(6);
Implementation
@$pb.TagNumber(7)
set interruptOnError($core.bool v) { $_setBool(6, v); }