modifyJob

On this page
Back to index

Summary

Modifies the status of an externally managed job.
jobId
Stringrequired
The primary key of the job, or the name of the job.
status
Stringoptional
The starting status for the job.
Possible values: "pending", "runnable", "scheduled", "running", "completed"

Usage

Perl

$cmdr->modifyJob( "test-jobId" # jobId # optionals );

ectool

ectool modifyJob \ "test-jobId" `# jobId` \ # optionals