Back to index
Summary
Modifies the status of an externally managed job.jobIdStringrequiredThe primary key of the job, or the name of the job. statusStringoptionalThe 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