Skip to content

SessionStatus

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

Overview

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

Underlying type

  • int

Members

Name Value
Passed 0
Running 1
Failed 2
Created 3
Cancelled 4
Postponed 5
Pending 6
PartialPassed 7
PendingConnectivity 8
Missed 9
MaxTrackedDevicesPerMonthExceeded 10
PendingPreflight 11
PendingEphemeralAgentConnection 12
MaintenanceForTrackableDevicesNotAllowed 13

Serialization

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