...
Gets job-status and updates web-reporting. Further more it copies the logfile to <logfile>"_success.log" or <logfile>"_failed.log" depending on the value of bJobstatus
Syntax
Job_WebReport(bJobStatus) As Boolean
Parameters
bJobStatus (Boolean)
Current job-status when reporting
Example
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
bStatus = Job_WebReport(bStatus) |