State
An enumeration describing the loading state of a module. Modules are created in the Loading state, and reach the Loaded state when all of its statements have executed. If the module is asked to unload, its descendants must first arrange to be unloaded, then the module state transitions to Unloading, and ultimately Unloaded.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.