JobRunController

JobRunController

The JobRunController displays the page where users review and run a Job.

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
Name Type Description
id string

The id of the Job being worked on. Job.id is a UUID string.

Source:

Methods

_checkOutputPath()

If the output path is a non-empty directory, prompt the user to delete it. We call this before running a job.

Source:

back()

This handles the page's Back button click.

Source:

run()

Runs the Job in a separate process.

Source:

show()

Displays a summary of the Job and the "Run Job" button.

Source: