Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
monkey365
0.95.1
core/modules/psocsf/public/Ocsf/StateId.cs
namespace Ocsf {
public enum StateId : int
{
Unknown = 0,
New = 1,
InProgress = 2,
Suppressed = 3,
Resolved = 4,
Other = 99
};
}