MaintenanceActionType
| Detail | Value |
|---|---|
| Namespace | PSImmyBot.Models |
| Kind | Enum |
| Assembly | PSImmyBot |
| Base Type | Enum |
| Implements | IComparable, IConvertible, IFormattable, ISpanFormattable |
| Source | Models/MaintenanceActionType.cs |
Overview
MaintenanceActionType is a Enum from PSImmyBot.Models and participates in ImmyBot API payloads generated by the module.
Underlying type
int
Members
| Name | Value |
|---|---|
| NoAction | 0 |
| Install | 1 |
| Update | 2 |
| Uninstall | 3 |
| Download | 4 |
| Reinstall | 5 |
| Downgrade | 6 |
| Undetermined | 7 |
| TaskEnforce | 8 |
| TaskMonitor | 9 |
| TaskAudit | 10 |
Serialization
- Namespace:
PSImmyBot.Models - Source file:
Models/MaintenanceActionType.cs - Serializer:
System.Text.Json
Notes
This page was generated automatically from the compiled PSImmyBot assembly via HelperScripts/GenerateDocs.ps1. Regenerate after model changes to keep details current.