Community
Participate
Working Groups
/* Wait until IAC is started */
if (result == 0)
{
while (!isIACRunning())
while (!isIACRunning()&& !hasProcessTerminated(process))
try {
Thread.sleep(1000);