MCSProjectAssignmentWizard wizard =
new MCSProjectAssignmentWizard(project);
// Instantiates the wizard container with the wizard and opens it
Shell shell = getSite().getShell();
WizardDialog dialog = new WizardDialog(shell, wizard);
dialog.create();
int action = dialog.open();
if (action == WizardDialog.CANCEL) {
String pluginId = ABPlugin.getDefault().
getDescriptor().getUniqueIdentifier();
Status status = new Status(Status.OK, pluginId,