AIPS HELP file for ABORTASK in 31DEC09
As of Sat Nov 21 20:24:58 2009
ABORTASK: Verb-like, aborts a detached task.
INPUTS
TASK Name of task to be aborted.
Task name may be inserted as an immediate argument
i.e ABORT task or ABORT 'task'. The adverb is then
ignored.
HELP SECTION
ABORTASK
Type: Pseudoverb (but acts like a normal verb)
Use: Causes the specified task to abort. This is not usually a
good idea since catalog files may be left in a disturbed
condition. The verb does, however, attempt to delete the
scratch files of the task. This attempt will work only
for certain tasks and only if no one else is running the
task at the time. The format is
ABORTASK name
where is the task name. It need not be spelled out
in full (min. match does apply).
Adverbs:
TASK Name of task to be killed (5 characters or less).
Used only if no immediate argument is given.
EXPLAIN SECTION