Enum StepValuePoint
- Namespace
- ElectricDrill.AstraHealth.Heal
- Assembly
- com.electricdrill.astra-health.Runtime.dll
Selects whether to use the pre-step or post-step value when Step is selected.
[Serializable]
public enum StepValuePoint
Fields
Post = 1Use the value recorded after the pipeline step executes.
Pre = 0Use the value recorded before the pipeline step executes.