transactionStatus property

  1. @TagNumber.new(20)
WORKFLOW_RULE_EXECUTE_ON get transactionStatus

The status of the transaction

Implementation

@$pb.TagNumber(20)
WORKFLOW_RULE_EXECUTE_ON get transactionStatus => $_getN(3);
  1. @TagNumber.new(20)
set transactionStatus (WORKFLOW_RULE_EXECUTE_ON value)

Implementation

@$pb.TagNumber(20)
set transactionStatus(WORKFLOW_RULE_EXECUTE_ON value) =>
    $_setField(20, value);