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

ContinueOnError 1

If continue on error is desired

IgnoreError 2

Ignore the error

None 0

Default option is to fail if error

Applies to