C++
virtual bool onEndPlot() = 0;
Description
Returns a Boolean indicating whether the end plot notification was successful.
Clients of the plot progress dialog would fire this notification after the end of the plot process using the plot engine. The default implementation closes the plot progress dialog and the associated UI thread object.