Table of Contents

ManagedObjectExecutionHintFlags

Namespace
ZCore

This enumeration is utilized by ManagedObject to suggest when the Cyclic method should be called after the initial 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

EveryCycle = 0
LoadBalanced = 2#0001_0000