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


next up previous contents index
Next: servers.result - Function Up: servers - Tool Previous: servers.done - Function


servers.running - Function



Package utility
Module tasking
Tool servers


Determine if an asynchronous function is running


Synopsis
running(jobid)


Description
The running function determines whether the specified job, or asynchronous invokation of a C++ function, has finished. It returns T if the job is still running and F otherwise. If a bad job id is passed it returns a fail.


Arguments

jobid   Which job id we are inquiring about
    Allowed: A positive integer obtained from the run function.
    Default: no default


Returns
T, F or a fail


Example
See the example for the results function.



next up previous contents index
Next: servers.result - Function Up: servers - Tool Previous: servers.done - 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