StartAction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The desired state of the app after test initialization. Either the test framework can start the app or connect to an already running app in more advanced scenarios.
public enum StartAction
type StartAction =
Public Enum StartAction
- Inheritance
-
StartAction
Fields
ConnectToApp | 1 | Use the given configuration to connect to an already running app. |
LaunchApp | 0 | Start the app after successful configuration. |