Enum ScriptFlags
- Namespace
 - Stride.Core.MicroThreading
 
- Assembly
 - Stride.Core.MicroThreading.dll
 
[Flags]
public enum ScriptFlags
  Fields
AssemblyFirstStartup = 2Automatically run on assembly first startup (not executed if assembly is reloaded).
AssemblyStartup = 1Automatically run on assembly startup.
AssemblyUnload = 4Automatically run on assembly unload.
KeepAliveWhenUnload = 8MicroThread won't be killed if assembly is unloaded (including reload).
None = 0Empty value.