Adaptive Framework 0.9.0

service_start

The following is a list of properties for the function service_start:

PropertyValue
briefStart service
categoryadministrative
descriptionStart a service.
functionIdservice_start
functionLabelservice_start
parameters[ { "dataType": "string", "description": "The serviceId of the service to start", "name": "serviceId" } ]
returns{ "dataType": "object", "dataTypeParameter": "_AdaptiveService_", "description": "_AdaptiveService_ object for the service which will contain the current status of the service. If there is an error, the status property value will be \"error\" and \"statusMessage\" contain an error message." }
sideEffects[ "Service started" ]