interruptOnError property

  1. @TagNumber.new(1)
bool get interruptOnError

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

Implementation

@$pb.TagNumber(1)
set interruptOnError($core.bool value) => $_setBool(0, value);