Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

JobRun - getStartTimeByRunKey

JobRun - getStartTimeByRunKey

Description :

This command gets the start time for a job run. You must provide a handle identifying the job run.

This command provides the start time in Java date format. For example, a job start time of 8:41:11 AM on 5 Aug 2005 for a client located in the Eastern time zone is displayed as -- Fri Aug 05 08:41:11 EDT 2005. See getEndTimeByRunKey for a similar command that provides the start time in Java's SimpleDateFormat.

You can use any of the following to get the jobRunKey:

JobRun findLastRunKeyByJobKey

JobRun findRunKeyById

Return type : java.lang.Object

Command Input :

Variable Name

Variable Type

Description

jobRunKey

DBKey

Handle identifying a particular job run.

Example

See JobRun findAllRunKeysByJobKey for an example showing one way to use this command.

Was this page helpful? Yes No Submitting... Thank you

Comments