LaunchCommandOption 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.
Launch command options
public enum class LaunchCommandOption
public enum class LaunchCommandOption
enum LaunchCommandOption
public enum LaunchCommandOption
type LaunchCommandOption =
Public Enum LaunchCommandOption
- Inheritance
-
LaunchCommandOption
Fields
Name | Value | Description |
---|---|---|
None | 0 | Default option is to fail if error |
ContinueOnError | 1 | If continue on error is desired |
IgnoreError | 2 | Ignore the error |