getJobStatus

On this page
Back to index

Summary

Retrieves the status of a job.
jobId
Stringrequired
The primary key of the job, or the name of the job.

Usage

Perl

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

ectool

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