Returns the object corresponding to the current Job.

syntaxSyntax:
DlxApp.GetJob()

Return Value

Returns the object DlxJob corresponding to the current Job.

Example

  Copy codeCopy code
DlxApp.GetJob().SetName("Job1");

See also