TestimoX

API Reference

Enum

PowerShellCommandQueryFailureCode

Namespace ComputerX.PowerShellRuntime
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Failure categories for PowerShell command execution.

Inheritance

  • Enum
  • PowerShellCommandQueryFailureCode

Values

public const PowerShellCommandQueryFailureCode InvalidRequest #

Request was null or malformed.

Value: 0
public const PowerShellCommandQueryFailureCode Cancelled #

Operation was canceled.

Value: 1
public const PowerShellCommandQueryFailureCode HostNotAvailable #

Requested host is unavailable on this machine.

Value: 2
public const PowerShellCommandQueryFailureCode Timeout #

Command timed out.

Value: 3
public const PowerShellCommandQueryFailureCode QueryFailed #

Query execution failed.

Value: 4