This topic has not yet been rated - Rate this topic

MSFT_ServerManagerRequestState class

Represents the state of a deployment request.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

class MSFT_ServerManagerRequestState
{
  uint8   RequestState;
  Boolean RestartRequired;
  uint32  ProgressTicks;
  uint32  TotalTicks;
  String  Warnings[];
  String  Error;
};

Members

The MSFT_ServerManagerRequestState class has these types of members:

Properties

The MSFT_ServerManagerRequestState class has these properties.

Error
Data type: String
Access type: Read-only

ProgressTicks
Data type: uint32
Access type: Read-only

RequestState
Data type: uint8
Access type: Read-only

InProgress (0)
Completed (1)
Failed (2)
RestartRequired
Data type: Boolean
Access type: Read-only

TotalTicks
Data type: uint32
Access type: Read-only

Warnings
Data type: String array
Access type: Read-only

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Namespace

\root\StandardCimv2

MOF

MSFT_ServerManagerDeploymentTasks.mof

 

 

Build date: 12/6/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.