Enum/TppCodeSignProjectStatus.ps1

enum TppCodeSignProjectStatus {
    Disabled = 0
    Enabled = 1
    Draft = 2
    Pending = 3
}