Win32_JobObjectStatus class

The Win32_JobObjectStatus abstract WMI class reports error information obtained while attempting any failed operation in the Job Object provider.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[UUID("{7E6475FE-CF3C-4e22-892E-0E58482158E3}"), AMENDMENT]
class Win32_JobObjectStatus : __ExtendedStatus
{
  string Description;
  string Operation;
  string ParameterInfo;
  string ProviderName;
  uint32 StatusCode;
  string AdditionalDescription;
  uint32 Win32ErrorCode;
};

Members

The Win32_JobObjectStatus class has these types of members:

Properties

The Win32_JobObjectStatus class has these properties.

AdditionalDescription

Data type: string

Access type: Read-only

Additional information relating to the error.

Description

Data type: string

Access type: Read-only

Any user-defined string that describes an error or operational status.

This property is inherited from __ExtendedStatus.

Operation

Data type: string

Access type: Read-only

Operation that takes place at the time of a failure or anomaly. Typically, Windows Management Instrumentation (WMI) sets this property to the name of a COM API for WMI method such as the following: IWbemServices::CreateInstanceEnum.

This property is inherited from __ExtendedStatus.

ParameterInfo

Data type: string

Access type: Read-only

Parameters involved in an error or status change. For example, if an application attempts to retrieve a class that does not exist, this property is set to the offending class name.

This property is inherited from __ExtendedStatus.

ProviderName

Data type: string

Access type: Read-only

Identifies the provider that causes or reports an error or status change. If a provider is not involved, this string is set to "Windows Management".

This property is inherited from __ExtendedStatus.

StatusCode

Data type: uint32

Access type: Read-only

Contains an error or information code for an operation. This can be any value defined by the provider, but the value 0 (zero) is usually reserved to indicate success. This property is inherited from __NotifyStatus.

Win32ErrorCode

Data type: uint32

Access type: Read-only

Windows error code most recently encountered that caused the operation to fail.

Remarks

The Win32_JobObjectStatus class is derived from __ExtendedStatus.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
Wmipjobj.mof
DLL
Wmipjobj.dll

See also

__ExtendedStatus

Operating System Classes