RestartEngine
Function to restart an engine.
Syntax:
Boolean RestartEngine(String
engine);
Restart a specific engine passed in the
engine parameter
Params:
String engine: A String parameter that contains the name of the engine.
Return:
True: if the engine was restarted.
False: if the engine was not restarted.
Example:
Restart the OPC Client engine.
SVApplications.RestartEngine("opc");
|