Enum StepStatus
Status of iteration.
Namespace: Towel
Assembly: Towel.dll
Syntax
public enum StepStatus : int
Fields
| Name | Description |
|---|---|
| Break | Stepper was broken. |
| Continue | Stepper was not broken. |
Status of iteration.
public enum StepStatus : int
| Name | Description |
|---|---|
| Break | Stepper was broken. |
| Continue | Stepper was not broken. |