$backgroundProcess.getLastEndTime

Retuns the datetime the last execution of the background process finished.
Syntax
    $backgroundProcess.getLastEndTime{background_process_name}
DocumentationRetuns the datetime the last execution of the background process finished.
If the background process is currently in execution than the datetime was not updated yet and might be less than the last start datetime.
    Paramter:
      1: Name of the background process.
    Returns:
      Java datetime integer in milliseconds.
    Throws:
      IllegalArgumentException - If a background process with the given name does not exist.
Examples
The last execution finished at: $getTime{convert}{$backgroundProcess.getLastEndTime{}}{european}
GroupSpecial
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1