Checks whether the currently selected ECU-TEST configurations are started.

Signatures:
ETInstance.isConfigStarted() : boolean
            
Examples:
def instance = ET.installation('ECU-TEST')
boolean isConfigStarted = et.isConfigStarted()