Table of Contents

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 = 1

Use the value recorded after the pipeline step executes.

Pre = 0

Use the value recorded before the pipeline step executes.