TCnServiceController.ExecuteCommand(Integer) Method
Executes a custom command on the service.
public procedure ExecuteCommand(Command: Integer);
Parameters
- Command
- Type: Integer
An application-defined command flag that indicates which custom command to execute. The value must be between 128 and 256, inclusive.
When you call ExecuteCommand, the status of the service does not change. If the service was started, the status remains Running. If the service was stopped, the status remains Stopped, and so on. To process the custom command, the service must override the OnCustomCommand method and provide a handler for the command identified by the command parameter.