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.

C# |
public enum OnArrested

Member | Description |
---|---|
Fail | |
Wait | |
Continue |