Table of Contents

ManagedObjectBootingHintFlags

Namespace
ZCore

This enumeration is utilized by ManagedObject to suggest when the Cyclic method should be called during the booting phase of the application. It is up to the caller of the cyclic method to use or ignore this hint. ObjectManager will always respect this hint.

Fields

Undefined = 0
WhenNotBooted = 2#0000_0001
WhenBusy = 2#0000_0010
WhenAny = 2#0000_0100
LoadBalanced = 2#0001_0000