Hi,
In Station Options under the Time Limits tab you can switch off the time limits for when Aborting.
First select the Settings for control, then select Time Limit settings control to When Aborting.
You can then switch off the Set a Time Limit for this Operation control.
Do this for both Normal Execution and Exiting.
This may not be the total solution.
From the Programmer Help manual.
Execution.Abort()
Purpose
Aborts the execution.
Remarks
Cleanup step groups do not execute as part of the abort process.
The execution might not terminate immediately. If a call to a step module is active, the execution waits for that step module to return.
So this does suggest its going to wait anyway.
When using the Execution.AbortAll(). This doesn'
t say its waits so maybe it will meet your requirements.
The default Operators Interface execution panel the Abort button calls the Execution.Abort() method. Adding an additional button that calls the Execution.AbortAll() method should do the trick.
Regards
Ray Farmer
Regards
Ray Farmer
