IsInitialized

Syntax

<Path>.IsInitialized → boolean

The read-only attribute IsInitialized returns if the EventController designated by <Path> has been initialized (true) or not (false).

Return Value

The return value has the data type boolean.

Example

print root.EventController.IsInitialized