job jobRef description

Available for: Content Management Server, Template Engine

Task: Returns a string representation of the job with the ID jobID .

Additional information: The format of the string representation is the property list format of a dictionary.

Syntax:

job (withName jobName) | (withId jobId) description

Function parameters: none.

Return value if successful: the job’s string representation (string).

Necessary permissions (CM only): no restrictions.

Example:

CM>job withId 3245 description
{
  id = 3245;
  name = someJob;
  category = user;
  queuePos = -1;
  title = "Export Rootpub";
  execLogin = root;
  isActive = 1;
}