getJobStatus

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`

Examples

Perl

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

ectool

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