Table of Contents

IBootable

Namespace
ZCore
INTERFACE IBootable

This interface should be implemented by all objects that implement a booting phase

Properties

Booted

PROPERTY Booted : BOOL

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 Value

BOOL