/
Job_SetEndTime
Job_SetEndTime
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()
See Also
, multiple selections available,
Related content
$cs.Job_Start
$cs.Job_Start
More like this
$cs.Job_WriteLog
$cs.Job_WriteLog
More like this
$cs.Shell_ExecuteWithTimeout
$cs.Shell_ExecuteWithTimeout
More like this
CMS_RunSystemAgent
CMS_RunSystemAgent
More like this
File_WaitWhileExist
File_WaitWhileExist
More like this
$cs.Sys_WaitForProcess
$cs.Sys_WaitForProcess
More like this