String sStatus = "", sSize = "", sLive = "", sQueue = "", sStartDate = "", sStopDate = "", sRunning = "";
if (sAction.equals("start") || sAction.equals("restart")) {
if (null==oDaemon) {
try {
oDaemon = new SchedulerDaemon(sProfile);
if (DebugFile.trace) {
DebugFile.writeln("SchedulerDaemon.start()");
}
oDaemon.start();
sStatus = "start";