atf_flow_help_repeat_until constant

TranslationEntry const atf_flow_help_repeat_until

Implementation

static const atf_flow_help_repeat_until = TranslationEntry(
  key: 'atf_flow_help_repeat_until',
  value:
      'Repeats the step until the value in the set variable name equals the required value.  Optionally allows a maximum number of repeats before aborting and failing.  Also optionally allows a counter variable name to be provided to store the current iteration number.',
);