canBeExecuted property

  1. @TagNumber(13)
SetOrKeepBool get canBeExecuted

Change the boolean that determine if the message can be executed. For messages without filter this boolean is always true. For messages with filter, this boolean is true if the filter has been matched between validity_start and current slot.

Implementation

@$pb.TagNumber(13)
SetOrKeepBool get canBeExecuted => $_getN(12);
  1. @TagNumber(13)
set canBeExecuted (SetOrKeepBool v)

Implementation

@$pb.TagNumber(13)
set canBeExecuted(SetOrKeepBool v) {
  setField(13, v);
}