Skip to content

DesiredSoftwareState

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

Overview

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

Underlying type

  • int

Members

Name Value
NewerOrEqualVersion 0
NotPresent 1
AnyVersion 2
ThisVersion 3
OlderOrEqualVersion 4
LatestVersion 5
NoAction 6
UpdateIfFound 7

Serialization

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