initialized property

bool initialized
getter/setter pair

Indicates if the controller is initialized. Returns true if the controller is initialized and false if it's not.

Implementation

bool initialized = false;