Konfigurieren und Starten des Tool-Servers.

Verwendung in Pipelines:
Signaturen:
startTS(String toolName) : void
            
startTS(String toolName, String toolLibsIniPath, int tcpPort, int timeout, boolean keepInstance) : void
            
ETInstance.startTS() : void
            
ETInstance.startTS(String toolLibsIniPath, int tcpPort, int timeout, boolean keepInstance) : void
            
Beispiele:
startTS('ECU-TEST')
            
def instance = ET.installation('ECU-TEST')
startTS installation: instance.installation
            
def instance = ET.newInstallation('ECU-TEST', 'C:\\Program Files\\ECU-TEST 8.0')
instance.startTS()