C++
virtual bool isPlotCancelled() const = 0;
Description
Clients of the plot progress dialog (like the plot engine) call this function to decide whether to continue or stop the plot job.
Returns a Boolean indicating whether the entire plot job process was canceled.