Back to index
Summary
Sets the name of a running job.
|
jobIdStringrequiredThe primary key of the job, or the name of the job. newNameStringrequiredThe new name for the job. |
Usage
Perl
$cmdr->setJobName( "test-jobId", # jobId "test-newName" # newName );
ectool
ectool setJobName \ "test-jobId" `# jobId` \ "test-newName" `# newName`