Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

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

VBScript
bStatus = Job_WebReport(bStatus)

Scripting Guidelines

 

Related functions

Job_ReportStatus

  • No labels