The MetabaseUpdateProgressStage enumeration contains values that correspond with update stages of objects.
It is used by the following property:
Value | Brief description |
0 | Unknown. Unknown state. |
1 | Start. Start of update applying to repository objects. |
2 | Prepare. Object preparation to update. |
3 | Apply. Change an object in repository in accordance with object settings in update. |
4 | Finish. Finish of update applying. |
5 | LoadPrepare. Preparation to synchronization of repository objects with objects in update. |
6 | LoadApply. Synchronization of repository objects with objects in update. |
7 | LoadFinish. Finish of synchronization of repository objects with objects in update. |
8 | AfterApply. It takes place after objects update before finish. On this stage there is implemented delete of objects for which templates were created in repository but these objects could not be restored from update. |
See also: