bpi.oo.getstatus()
This routine will interogate the OpenOffice server to check the status of OpenOffice for the targeted user. It is a good practice to use this routine in your integration to ensure that the OpenOffice server is ready before sending a job to it.
Subroutine Syntax
CALL bpi.oo.getstatus( server, user, level, pid, verbose )
Parameters
Param |
Direction |
Description |
server |
passed |
the hostname or ip address of the Oo server |
user |
passed |
the user name to use for each ssh directive |
level |
passed |
Future use. Defined the intesity of the check |
pid |
returned |
Will contain the pid of the process on the Oo server if <user> on the Oo server is already processing another print job. If blank is returned, OpenOffice is available (not busy). |
verbose |
passed |
level of verbosity |