Enum RunningType
- Namespace
- CodeBase
- Assembly
- 4Experience.CodeBase.Core.Runtime.dll
Stores a list of types that define the location of operations, e.g. script execution. Refers to the local or remote machine acting. An example use is to trigger the build process on the local machine or on the remote server (e.g. Jenkins).
public enum RunningType
Fields
LOCAL = 0REMOTE = 1