TABLE OF CONTENTS
::pwtk::pwo::job_done
SYNOPSIS
proc ::pwtk::pwo::job_done {file} {
PURPOSE
Check if a given pw.x output-file corresponds to normally finished job (it searches for "JOB DONE." string). It returns 1 if this string is found, and zero otherwise. Note that this proc returns 1 even if "Program stopped by user request".
ARGUMENTS
- file -- name of the pw.x output file
SOURCE
::pwtk::deprecated "[::pwtk::procName] is deprecated, use ::pwtk::job_done instead" return [::pwtk::job_done $file] }