newStats.takeValueForKey(tempDict.valueForKey("Current Active Sessions"), "activeSessions");
anInstance.setStatistics(newStats);
} catch (Exception e) {
// Do nothing - assume we died trying to parse the plist
NSLog.err.appendln("Wotaskd getStatisticsForInstanceArray: Error parsing PList: " + queryInstanceResponse + " from " + anInstance.displayName());
}
}
else if (anInstance.isRunning_M()) {
//display a hint that this instance is running but did not respond to a query statistics request
anInstance.setStatisticsError("No statistics for " + anInstance.displayName());