Enum ExecutionStatus
- Namespace
- CodeBase
- Assembly
- 4Experience.CodeBase.Core.Runtime.dll
Stores a list of types that determine operation execution and results. Indicates whether the operation was successful, failed, or not performed. An example use is the management of the Build Action execution status.
public enum ExecutionStatus
Fields
FAIL = 2NOT_EXECUTED = 0SUCCESS = 1