
App::Chart::Gtk2::Job -- download job object

use App::Chart::Gtk2::Job;

App::Chart::Gtk2::Job->start (key=>value,...)Start a new download job.
args array ref of command line arguments
type string
$job->stop()Stop $job.
$job->is_stoppable()Return true if $job is running, which means it can be stopped.
$job->is_done()Return true if $job not running, but has finished, either successfully or unsuccessfully.

name (integer)...
args (arrayref of strings, create-only)...
priority (integer)...
status (string)A free-form string describing the status of the job. For example while in the job queue it's "Waiting", and later if finished successfully then "Done".