Enum OperationStatus
- Namespace
- CodeBase
- Assembly
- 4Experience.CodeBase.Core.Runtime.dll
Stores a list of types that determine the state of operation. One of two options - ENABLED / DISABLED - determines the general operating status. An example of use is checking the status of the Unity Accelerator Cache Server in the Unity Editor.
public enum OperationStatus
Fields
DISABLED = 0ENABLED = 1