Enum RuntimeStatus
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Engine.Runtime
Assembly: Cephalon.Engine.dll
Represents the current lifecycle phase of the runtime.
public enum RuntimeStatusFields
Section titled “Fields”Created = 0
The runtime has been created but not initialized.
Failed = 7
The runtime captured a lifecycle failure.
Initialized = 2
The runtime finished initialization but has not started.
Initializing = 1
The runtime is initializing modules.
Started = 4
The runtime is fully started.
Starting = 3
The runtime is starting modules.
Stopped = 6
The runtime is stopped.
Stopping = 5
The runtime is stopping started modules.