Types/DashboardAction.ps1


enum DashboardAction
{
 Undefined = 0
 Update = 1
 Restart = 2
}