Logs a record in the status table
o.logstatus( tcJobID, tnStatus, tcMessage)
Return Value
True or False
Parameters
tcJobID
The job id number of the job
tnStatus
The status number to log
tcMessage
The message to log
Remarks
This method is used to log status details for a Job. If you want to query the records in the table
Use the o.oAsynchJobStatus object.
Example
o.LogStatus('DFFGF444',-1,'Job Failed')
This would;
1. Create a record in the Job Status table for job 'DFFGF444' with a status of -1 and message 'Job Failed'
See also:
Class rp_asynchserver