> For the complete documentation index, see [llms.txt](https://www.pinvoke.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pinvoke.dev/services/service_status_current_state.md).

# SERVICE\_STATUS\_CURRENT\_STATE

```csharp
public enum SERVICE_STATUS_CURRENT_STATE : uint
{
    SERVICE_CONTINUE_PENDING = 5U,
    SERVICE_PAUSE_PENDING = 6U,
    SERVICE_PAUSED = 7U,
    SERVICE_RUNNING = 4U,
    SERVICE_START_PENDING = 2U,
    SERVICE_STOP_PENDING = 3U,
    SERVICE_STOPPED = 1U,
}
```
