...
total | The total number of segments processed / looked at. | int | ||
totalChanged | The 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 | ||
totalFailedToSave | Number 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? | ||
error | Null 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:
|
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:
...