stop.get(OP).set("stop");
steps.add(stop);
}
stopServersNode.get(STEPS).set(steps);
TimeoutOperation stopServersOp = new StopServersOp(dispatcher, context.host, context.runningServers);
stopServersOp.start(dispatcher, stopServersNode, new TimeoutOperation.Callback() {
@Override
public void onSuccess() {
context.serversStopped = true;
wizard.next();
}