timeout = new QASHToken("0",QASHToken.TT_NUMBER,command.line);
}
AgentInstance agentInstance = (AgentInstance)qashProperties.getActiveAgent(new Integer(agentID.toString()));
if (agentInstance==null)
throw new Exception("Unknown agentID"); setProperty(processID.toString(),agentInstance.CMDSTART(strToArray(command.toString()), timeout.toString()));
}
catch (Exception e) {
printError(CMDSTART,"Problem processing CMDSTART command ("+e.toString()+") :",currToken);
}
}