ServicesInfo

The Services.Info structure contains information about a service.


Properties

string
description Required

Service description


state Required

The Services.State enumerated type defines valid Run State for services.
STARTING : Service Run State is Starting, it is still not functional
STOPPING : Service Run State is Stopping, it is not functional
STARTED : Service Run State is Started, it is fully functional
STOPPED : Service Run State is Stopped

Possible values are: STARTINGSTOPPINGSTARTEDSTOPPED

JSON Example

{
	"description": "string",
	"state": "STARTING"
}

Feedback

Was this page helpful?