Community
Participate
Working Groups
if (!isCanceled()) {
// Only set the status if the user has not cancelled the operation already.
rm.setStatus(getStatus());
} else {
rm.cancel();
}
rm.done();