; TASK ;--------------------------------------------------------------- ;! Name of a task ;# ADVERB POPS ;----------------------------------------------------------------------- ;; Copyright (C) 1995, 2020 ;; Associated Universities, Inc. Washington DC, USA. ;; ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as ;; published by the Free Software Foundation; either version 2 of ;; the License, or (at your option) any later version. ;; ;; This program is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; ;; You should have received a copy of the GNU General Public ;; License along with this program; if not, write to the Free ;; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, ;; MA 02139, USA. ;; ;; Correspondence concerning AIPS should be addressed as follows: ;; Internet email: aipsmail@nrao.edu. ;; Postal address: AIPS Project Office ;; National Radio Astronomy Observatory ;; 520 Edgemont Road ;; Charlottesville, VA 22903-2475 USA ;----------------------------------------------------------------------- ;--------------------------------------------------------------- TASK LLLLLLLLLLLLUUUUUUUUUUUU CCCCCCCCCCCCCCCCCCCCCCCCCCCCC ---------------------------------------------------------------- TASK Type: Adverb (STRING*8) Use: Provides the task name for various task related operations Correct task names consist of 5 or fewer characters. Null Value: None - task name can be given as an immediate argument in many cases Verbs: DEFAULT.......Verb-like sets adverbs for a task or verb to initial values. EXPLAIN.......Displays help + extended information describing a task/symbol. GO............Starts a task, detaching it from AIPS or AIPSB. HELP..........Displays information on tasks, verbs, adverbs. INP...........Displays adverb values for task, verb, or proc - quick form. INPUTS........Displays adverb values for task, verb, or proc - to msg file. OUTPUTS.......Displays adverb values returned from task, verb, or proc. PLGET.........Gets the adverbs used to make a particular plot file. TASK is an output adverb. SHOW..........Verb-like to display the TELL adverbs of a task. TGET..........Verb-like gets adverbs from last GO of a task. TPUT..........Verb-like puts adverbs from a task in file for TGETs. VGET..........Verb-like gets adverbs from version task parameter save area. VPUT..........Verb-like puts adverbs from a task in files for VGETs. WAITTASK......Halt AIPS until specified task is finished. ----------------------------------------------------------------