# On_httpServerStateChanged
Description
The notification received after a change in the state of the HTTP server
EventHandler<string> On_httpServerStateChanged
Response example
{
"event": "httpServerStateChanged",
"state": 1,
"method": "event"
}
Response Parameters
Name | Description |
---|---|
state | State. It can be as follows: • 1 - Stopped • 3 - Started |
See also