Namespace | (none) |
ActionMaintenanceSummary
The Maintenance Summary details for the action.
|
Name | Type | Use | Default | Fixed | Description |
---|---|---|---|---|---|
Action | xs:string | required | The name of the action. | ||
Objects | xs:long | required | The total number of objects that were handled by maintenance mode during the action run. | ||
Updated | xs:long | required | The number of object properties that were changed during the action run. | ||
Added | xs:long | required | The number of objects that were added to the local object repository during the action run. | ||
LinesTotal | xs:long | required | The total number of lines that were changed in some way during the action run. (The number of steps that were commented = LinesTotal - LinesUpdated.) | ||
LinesUpdated | xs:long | required | The number of steps that were updated during the action run. |
|