Table of Contents

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 = 2
NOT_EXECUTED = 0
SUCCESS = 1