ExtensionRequestState enum
Represents the state of an extension request
Fields
Open = 0 | The request has been opened, but not yet responded to |
Accepted = 1 | The request was accepted (extension installed or license assigned) |
Rejected = 2 | The request was rejected (extension not installed or license not assigned) |