Products | Versions |
---|---|
Spotfire Analyst | All Versions |
try { if (valid condition not met) { return new TaskExecutionStatus(false); } catch (Spotfire.Dxp.Framework.ApplicationModel.ProgressCanceledException ex) { return new TaskExecutionStatus(false,"The job execution was cancelled by the user."); }