Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
None
-
5
-
Storage - Ra 2020-10-05
Description
Currently, history store initialisation is spread across multiple functions. To have them as a single open and close pair of functions.
Open will include
- To check and delete LAS file.
- To open the history store file.
- To unify the error handling across both of them.
A corresponding close function