Products | Versions |
---|---|
Spotfire Analyst | All Versions |
When running an Automation Job locally, 'Execute Locally' uses the TIBCO Spotfire installed client’s internal progress framework to execute jobs. This allows for better progress of the execution and the ability to cancel/abort the job execution.
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."); }