Table of Contents

Enum ErrorBehavior

Namespace
Ranorex.Core.Testing
Assembly
Ranorex.Core.dll
public enum ErrorBehavior

Fields

[EnumDisplayName("ErrorBehaviorContinueWithIteration")] ContinueNextIteration = 0
[EnumDisplayName("ErrorBehaviorContinueWithParent")] ContinueParent = 2
[EnumDisplayName("ErrorBehaviorContinueWithSibling")] ContinueParentIteration = 1
[EnumDisplayName("ErrorBehaviorStop")] Stop = 3