return;
}
- AlignmentAnnotation[] aa = alignViewport.getAlignment()
- .getAlignmentAnnotation();
if (guiProgress != null)
{
guiProgress.setProgressBar(service.getActionText(),
// and poll for updates until job finishes, fails or becomes stale
boolean finished = false;
- long rpos = 0;
do
{
Cache.log.debug("Updating status for annotation service.");
if (cancellable
&& ((CancellableI) annotService).cancel(running))
{
- System.err.println("Cancelled AACon job: " + rslt);
+ System.err.println("Cancelled job: " + rslt);
}
else
{
- System.err.println("FAILED TO CANCEL AACon job: " + rslt);
+ System.err.println("FAILED TO CANCEL job: " + rslt);
}
} catch (Exception x)