interruptOnError property

  1. @TagNumber(7)
bool interruptOnError

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);
  1. @TagNumber(7)
void interruptOnError=(bool v)

Implementation

@$pb.TagNumber(7)
set interruptOnError($core.bool v) { $_setBool(6, v); }