getJobNotes

Back to index

Summary

Retrieves the notes property sheet from a job.
jobId
Stringrequired
The primary key of the job, or the name of the job.

Usage

Perl

$cmdr->getJobNotes( "test-jobId" # jobId );

ectool

ectool getJobNotes \ "test-jobId" `# jobId`

Examples

Perl

$cmdr->getJobNotes(4fa765dd-73f1-11e3-b67e-b0a420524153);

ectool

ectool getJobNotes 4fa765dd-73f1-11e3-b67e-b0a420524153