outcome property

String? outcome
getter/setter pair

Indicates whether splitting happened and produced a list of bundles.

If this is USE_CURRENT_SOURCE_AS_IS, the current source should be processed "as is" without splitting. "bundles" is ignored in this case. If this is SPLITTING_HAPPENED, then "bundles" contains a list of bundles into which the source was split. Possible string values are:

  • "SOURCE_SPLIT_OUTCOME_UNKNOWN" : The source split outcome is unknown, or unspecified.
  • "SOURCE_SPLIT_OUTCOME_USE_CURRENT" : The current source should be processed "as is" without splitting.
  • "SOURCE_SPLIT_OUTCOME_SPLITTING_HAPPENED" : Splitting produced a list of bundles.

Implementation

core.String? outcome;