StopEngine
Function to stop an engine.
Syntax:
Boolean StopEngine(String
engine);
Stop 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 stopped successfully.
False: if the engine was not stopped successfully.
Example:
Stop the OPC Client engine.
SVApplications.StopEngine("OPC Client");
|
|
Note: For a list of engine names see Engine Names. |