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