blob: 72d8722b831b0b5486058a7ebd3ababad18dd102 [file] [log] [blame]
package org.eclipse.osee.ote.rest.client;
public interface ProgressWithCancel extends Progress {
boolean cancelAll();
boolean cancelSingle();
}