setJobName

On this page
Back to index

Summary

Sets the name of a running job.
jobId
Stringrequired
The primary key of the job, or the name of the job.
newName
Stringrequired
The new name for the job.

Usage

Perl

$cmdr->setJobName( "test-jobId", # jobId "test-newName" # newName );

ectool

ectool setJobName \ "test-jobId" `# jobId` \ "test-newName" `# newName`