protected void cleanUp() {
setStatus(ProcessorStatus.STOPPED);
getOwner().cleanUp();
IModel model = getOwner().getModel();
if (getOwner().getModel() != null) {
model.cleanUp();
}
}
/**
* Checks if is pausing. If this returns true {@link #isRunning()} will return