Share via


LaunchCommandOption Enum

Definition

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

Applies to