VDisplayJobDoneMessage


 
Name
  VDisplayJobDoneMessage - informs the current process when a background
process is completed.
 
Synopsis
  VDisplayJobDoneMessage(process)
  char *process;
 
Description
  VDisplayJobDoneMessage displays a "job done" message in the title window,
and sounds the bell three times to notify the user that the background job
is done. VDisplayJobDoneMessage should be called by the process running in
the background before it exits. 
 
Return Value
  0 - work successfully.
  2 - read error.
  4 - cannot open file WINS_ID.COM.
  200 - cannot open X server.
  203 - cannot open 3DVIEWNIX_RUN file.
  238 - cannot get enough memory for image.
 
Parameters
  process - the name of process calling this function.
 
Side Effects
  None.
 
Entry Conditions
  If process is NULL, VDisplayJobDoneMessage prints an error message to the 
standard error stream, produces a core dump file and exits from the current 
process.
 
Related Functions
VAddBackgroundProcessInformation, VRemoveBackgroundProcessInformation.