if (!simControllingPossible()) {
SimSystem.report(Level.INFO,
"Computing the computation task stepwise is not possible.");
return;
}
ComputationRuntimeState state = getSimRuntimeInfo().getState();
if (state == ComputationRuntimeState.RUNNING) {
run.pause();
}
// show input dialog where the user can enter the steps amount to