SynchronizationStatus Enumeration
Defines constants that indicate if the synchronization process is currently running.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public enum SynchronizationStatus
SerializableAttribute ComVisibleAttribute(true) public enum SynchronizationStatus
| Member name | Description |
|---|---|
| NotProcessing | The synchronization process is not running. |
| Running | The synchronization process is running. |
| Stopping | The synchronization process is stopping. Stopping occurs when the process ends normally, StopSynchronization is called, or a synchronization error has occurred. |
The synchronization process transitions from Running to Stopping to NotProcessing. All synchronization events are not available until the status is NotProcessing.
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2