status property

CStatus status
getter/setter pair

Determines whether the data manager has been initialized at least once.

This is used to inform systems that rely on the data manager that it might not need to be initialized again.

Implementation

CStatus status = CStatus.empty();