Enum PluginStatus
Represents the status of a plugin in the marketplace.
public enum PluginStatus
Fields
Approved = 1Plugin has been approved and is available in the marketplace.
Archived = 4Plugin has been archived (no longer maintained, but installations remain).
Disabled = 3Plugin has been disabled (temporarily unavailable).
Pending = 0Plugin submission is pending admin review.
Rejected = 2Plugin has been rejected by an admin.