PackageState Enum

Definition

Defines values for PackageState.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum PackageState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type PackageState = 
Public Enum PackageState
Inheritance
PackageState
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Active 1

The application package is ready for use.

Pending 0

The application package has been created but has not yet been activated.

Applies to