StepperPriorityAttribute.StepperPriorityAttribute
void StepperPriorityAttribute(int priority)
Creates a priority attribute for an IStepper type.
| int priority | The priority value. Negative or zero values step before the app’s main Step callback, positive values step after it, and all ISteppers are sorted in ascending order by this value. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!