executordeleteall
executordeleteall |
Purpose
Synopsis
procedure executordeleteall(exec:Executor)
Argument
exec
|
The Executor with which to interact
|
Example
executordeleteall( myexecutor ) if myexecutor.status<>EXECUTOR_OK then writeln("Error returned by Executor: ",myexecutor.lasterror) exit(1) end-if
Further information
1. After calling, check the value of
exec.status for any errors.
2. The procedure will not return until all executions have been marked for deletion or an error was detected.
3. If any executions are still running, Xpress Executor will cancel them.
4. Once deleted, the execution result, status and run log will not be available.
Related topics