return;
}
if (_viewDefinitionChangeListener != null) {
getProcessContext().getConfigSource().changeManager().removeChangeListener(_viewDefinitionChangeListener);
}
worker.terminate();
// Let go of the worker and allow it to die on its own. A computation cycle might be taking place, but it will
// not update the view process with its result because it has been terminated. As far as the view process is
// concerned, live computation has now stopped, and it may be started again immediately in a new thread.
// There is no need to slow things down by attempting to join the job.
setWorker(null);