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