} catch (Exception e) {
// even though we can't unschedule jobs, keep going, assume success if the PC disabled it
log.warn("Failed to unschedule jobs for plugin [" + pluginKey + "]", e);
}
try {
pc.reloadPlugin(pluginKey, false);
} catch (Exception e) {
log.warn("Failed to disable server plugin [" + pluginKey + "]", e);
success = false;
}
}