PRTools contents

PRTools manual

prprogress

PRPROGRESS

Report progress of some PRTools iterative routines

   PRPROGRESS ON

All progress of all routines will be written to the command window.

   PRPROGRESS(FID)

Progress reports will be written to the file with file descriptor FID.

   PRPROGRESS(FID,FORMAT,...)

Writes progress message to FID. If FID == [], the predefined destination  (command window or file) is used.

   PRPROGRESS OFF
   PRPROGRESS(0)

Progress reporting is turned off.

   PRPROGRESS

Toggles between PRPROGRESS ON and PRPROGRESS OFF

   FID = PRPROGRESS

Retrieves the status of PRPROGRESS

Some routines (e.g. CLEVAL) have a switch in the function call by which
progress reporting for that routine only can be initiated.

By default, PRPROGRESS is switched off. Interactive progress tracing can  be best following by PRWAITBAR

See also

prwaitbar,

PRTools contents

PRTools manual