Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: executive.concurrent - Function Up: executive - Tool Previous: executive.make - Function


executive.done - Function



Package utility
Module misc
Tool executive


Terminate the executive


Synopsis
done()


Description
This is used to totally stop the executive. It is a good idea to conserve memory use on your machine by stopping the process once you no longer need it.



Returns
bool


Example
include 'executive.g';
myexecutive:=executive();
myexecutive.run('doit()', inc='ireallydoit.g', host='zeus');
#
# Wait for stuff to finish....
#
myexecutive.done();





next up previous contents index
Next: executive.concurrent - Function Up: executive - Tool Previous: executive.make - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15