Skip to content

MaintenanceActionStatus

Detail Value
Namespace PSImmyBot.Models
Kind Enum
Assembly PSImmyBot
Base Type Enum
Implements IComparable, IConvertible, IFormattable, ISpanFormattable
Source Models/MaintenanceActionStatus.cs

Overview

MaintenanceActionStatus is a Enum from PSImmyBot.Models and participates in ImmyBot API payloads generated by the module.

Underlying type

  • int

Members

Name Value
NotStarted 0
Downloading 1
PerformingAction 2
DeterminingResult 3
Complete 4
WaitingForPrerequisite 5
DeterminingAction 6
Skipped 7
PendingExecution 8

Serialization

  • Namespace: PSImmyBot.Models
  • Source file: Models/MaintenanceActionStatus.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.