Skip to content

MaintenanceActionResultReason

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

Overview

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

Underlying type

  • int

Members

Name Value
NoLicenseAvailable 0
SoftwareNotFound 1
DetectionActionFailed 2
TaskNotFound 3
TaskNotCompliant 4
TaskCompliant 5
TaskSetIsMissing 6
TaskTestIsMissing 7
TaskGetIsMissing 8
SoftwareConfigurationTaskMissing 9
TaskModeIsMissing 10
DeviceOffline 11
RebootsSuppressed 12

Serialization

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