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