RequestStatus Enumeration
Defines values that indicate the status of a FIM CM request.
Namespace: Microsoft.Clm.Shared.Requests
Assembly: Microsoft.Clm.Shared (in Microsoft.Clm.Shared.dll)
Usage
'Usage
Dim instance As RequestStatus
Syntax
'Declaration
Public Enumeration RequestStatus
public enum RequestStatus
public enum class RequestStatus
public enum RequestStatus
public enum RequestStatus
Members
Member name | Description |
---|---|
Approved | The FIM CM request is approved and ready to be run. |
Canceled | The FIM CM request has been canceled. The request cannot be resumed. |
Completed | The FIM CM request has completed. |
Denied | The FIM CM request approval has been denied. The request cannot be resumed. |
Executing | The FIM CM request is being completed. |
Failed | The FIM CM request encountered an error during processing and failed. |
None | The status of the FIM CM request is unknown. |
Pending | The FIM CM request is pending approval. |
Remarks
Each FIM CM request has an associated life cycle that is indicated through the request status.
Platforms
Development Platforms
Windows 2008 x64 Edition
Target Platforms
Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2