interruptOnError property

  1. @TagNumber(6)
bool get interruptOnError

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

Implementation

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