disableEventWatch property

  1. @TagNumber(8)
bool get disableEventWatch

Boolean flag to indicate whether you would like to disable the ability to automatically start a Process when new event happening in the input Stream. If you would like to start a Process manually, the field needs to be set to true.

Implementation

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

Implementation

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