RunningContext Enum

Definition

Enum which represents the UI Context in which the language client should be booted.

public enum class RunningContext
public enum RunningContext
type RunningContext = 
Public Enum RunningContext
Inheritance
RunningContext

Fields

RunOnGuest 0

Boot if running as guest.

RunOnHost 1

Boot if running as Host.

Applies to