Build 1.01.318.0
Assembly: Opc.Ua.Configuration (in Opc.Ua.Configuration.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
Represents the service status.
Namespace: Opc.Ua.ConfigurationAssembly: Opc.Ua.Configuration (in Opc.Ua.Configuration.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
public enum ServiceStatus |
| Visual Basic |
|---|
Public Enumeration ServiceStatus |
| Visual C++ |
|---|
public enum class ServiceStatus |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Stopped | 0 | The service is stopped | |
| StartPending | 1 | The service is going to process a start request | |
| StopPending | 2 | The service is going to process a stop request | |
| Running | 3 | The service started | |
| ContinuePending | 4 | The service is going to process a continue request | |
| PausePending | 5 | The service is going to process a pause request | |
| Paused | 6 | The service is paused | |
| Unknown | 7 | Unknown status |