The MetabaseUpdateCallbackReason enumeration contains possible operations that may cause an update event.
It is used by the following properties and methods:
Value | Brief description |
1 | ApplyUI. Open update execution wizard from application visual interface. |
2 | ApplyCoreStart. Open update execution from application code. |
3 | ApplyCoreEnd. End of update execution from application code. |
4 | SaveUI. Open update saving from application visual interface. |
5 | SaveCore. Open update saving from application code. |
6 | LoadCoreEnd. End of update reading from application code. |
See also: