AIPS NRAO AIPS HELP file for RUNWAIT in 31DEC24



As of Sat Apr 20 7:30:49 2024


RUNWAIT: Procedure to run a task and wait for it to finish

INPUTS

          RUNWAIT has no adverbs.

          Give the name of the task as an immediate argument.
          For example, RUNWAIT('CALIB')

          RUNWAIT is defined in the VLBAUTIL run file.

HELP SECTION

RUNWAIT
Type: Procedure
Use:  RUNWAIT runs the task named as its immediate argument and waits for it
      to finish, ignoring the value of DOWAIT. This behaviour is often
      required in procedures.

      RUNWAIT has no adverbs.

      Type RUN VLBAUTIL before using RUNWAIT for the first time.

EXPLAIN SECTION


AIPS