Community
Participate
Working Groups
getIsLaunchSuspended(new DataRequestMonitor<Boolean>(ImmediateExecutor.getInstance(), null) {
@Override
protected void handleSuccess() {
if (!fDisposed && getData().booleanValue()) {
if (isSuccess() && !fDisposed && getData().booleanValue()) {
listener.suspended(fLaunch, null);
}
protected void handleErrorOrWarning() {
// Ignore expected race condition and not supported error.
// Log other errors.
if (getStatus().getCode() > IDsfStatusConstants.NOT_SUPPORTED) {
super.handleErrorOrWarning();
});
fireSuspended(null);