if (task != null) {
return true;
}
// Begin hitting the server with glorious data
task = new IScheduledTickHandler() {
private boolean firstPost = true;
private Thread thrd = null;
@Override
public void tickStart(EnumSet<TickType> type, Object... tickData) {