Enum RunAppFlags
- Namespace
- Ranorex
- Assembly
- Ranorex.Core.dll
Used to further modify the behavior when running an application.
[Flags]
public enum RunAppFlags
Fields
NoElevation = 1The app will be launch non elevated no matter if parent process is elevated or not.
None = 0No special behavior activated