Enum ProcessStates
- Namespace
- StockSharp.Algo
- Assembly
- StockSharp.Algo.dll
States of the process.
[DataContract]
public enum ProcessStates
- Extension Methods
Fields
[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Started")] Started = 2
Started.
[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Stopped")] Stopped = 0
Stopped.
[EnumMember] [Display(ResourceType = typeof(LocalizedStrings), Name = "Stopping")] Stopping = 1
Stopping.