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

Sets the end time and calculates the number of seconds used between Job_SetStartTime and Job_SetEndTime and writes it to the Job log, e.g:

12:59:47 : True : Job_SetEndTime : True (Installation Ended)
12:59:47 : True : Job_SetEndTime : True (Installation time '9' seconds)
12:59:47 : True : Job_SetEndTime : True (Completed)

 

Syntax

Job_SetEndTime() As Boolean

 

Example

VBScript
If bStatus Then bStatus = Job_SetEndTime()

Scripting Guidelines

 

See Also

Stat_IncJobSucceded Stat_IncJobSucceded Job_SetStartTime

  • No labels