Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

total

The total number of segments processed / looked at.

int

totalChangedThe total number of segments that were updated. Segments may not be updated if they already have the wanted value or they are read-only or another condition in the action does not apply.int
totalFailedToSaveNumber of segments that could not be updated. Failure means a technical problem with the saving. This value should be 0 always.int
   totalIssues

Used by certain actions only, such as Quick Check. This action can be configured to only count the number of problems without applying any changes.

These algorithms update totalIssues. Other algorithms do not use this.

Null is no action using this property is executed.

int?
errorNull or an error message if there was a general issue with running the actions (e.g. no action selected at all).string?
items

Per each action executed, the statistics:

  • action: The ID of the action
  • total: Total segments processed
  • totalChanged: Total segments updated
  • totalIssues: Null or total issues found
  • error: An error message if the parameters of the action were not properly filled in or the action failed for another reason. For example the memory pretranslation action will fail if there are no memories defined.
 

 

EXAMPLES

This example is obtained when running a bookmark action. The bookmarks of 2 out of 3 segments were updated. One segment was not updated and the reason may be multiple:

...