Skip to content

Service progress

Walter Rauschenberger edited this page Dec 13, 2023 · 4 revisions

Approach

The execution time for the services depend on the size of the VB-Project. The export- and the Update-Service use the Application.Statusbar to monitor the progress.

Unified scheme

<service> by <servicing> for <serviced>: <process-step> (n of m) <o1>, <o2>, <dots>

item content
<service> The running services name
VBProject Synchronization
Export Changed ComponentsUpdate Outdated Common Components
<servicing> The name of the servicing Workbook's name is either
CompMan.xlsb when open or
CompMan.xlsa when configured
<serviced> The serviced Worbook's name
<process-step> The running services' step, e.g. Collecting, Exporting, Updating, ...
<n> number of processed/identified items, e.g. number of exported, number of collected, ...
<m> number of the total number of items, e.g. the total number of components of the serviced Workbook's VBProject
<o1>, <o2>, Collection of the names of processed items, e.g the exported component
<dots> Decreasing number of dots starting with the total number of services items, decreasing along with already processed items.

Clone this wiki locally