return (ProgressObject) ReferenceableEnhancer.enhance(command);
}
public ProgressObject stop(TargetModuleID[] moduleIDList)
throws IllegalStateException {
StopCommand command = new StopCommand(kernel, moduleIDList);
new Thread(command).start();
return (ProgressObject) ReferenceableEnhancer.enhance(command);
}