TCnServiceController.Start(_StringArray) Method

Starts a service, passing the specified arguments.

Namespace: CNClrLib.Component.ServiceController
public
 procedure Start(Args: _StringArray); overload;

Parameters

Args
Type: _StringArray

An array of arguments to pass to the service when it starts.

You cannot call Stop for the service until the service controller status is Running.