IBootable
- Namespace
- ZCore
This interface should be implemented by all objects that implement a booting phase
INTERFACE IBootable
Properties
Booted
This property can be used to check if an object finished it's booting phase. It is the same as checking if an object is not in the state Booting and not in state BootingError.
PROPERTY Booted : BOOL
Property Value
- BOOL