Configure and start Tool-Server.
Pipeline usage
startTS(String toolName) : void
startTS(String toolName, String toolLibsIniPath, int tcpPort, int timeout, boolean keepInstance) : void
ETInstance.startTS(String toolName) : void
ETInstance.startTS(String toolName, String toolLibsIniPath, int tcpPort, int timeout, boolean keepInstance) : void
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()