getJobInfo

On this page
Back to index

Summary

Retrieves all information about a job, except for job step information.
jobId
Stringrequired
The primary key of the job, or the name of the job.

Usage

Perl

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

ectool

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