interruptOnError property

  1. @TagNumber(8)
bool get interruptOnError

Define if any error stops the whole execution. By default the process continues as normal.

Implementation

@$pb.TagNumber(8)
$core.bool get interruptOnError => $_getBF(7);
  1. @TagNumber(8)
set interruptOnError (bool v)

Implementation

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