Constructor
new JobRunController(params)
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
params |
URLSearchParams |
The URL search params parsed from the URL used to reach this page. This should contain at least the Job Id. Properties
|
Methods
_checkOutputPath()
If the output path is a non-empty directory, prompt the user to delete it. We call this before running a job.
back()
This handles the page's Back button click.
run()
Runs the Job in a separate process.
show()
Displays a summary of the Job and the "Run Job" button.