The action to take if your step is waiting for the instance group to start
            and it enters the Arrested state.
            
Fail - Fail the step. Wait - Continue waiting until the instance group is no longer arrested (requires manual intervention). Continue - Proceed onto the next step.
 Declaration Syntax
 Declaration Syntax| C# | 
public enum OnArrested
 Members
 Members| Member | Description | 
|---|---|
| Fail | |
| Wait | |
| Continue |