and 1 contributors
NAME
App::Chart::Gtk2::Job -- download job object
SYNOPSIS
use App::Chart::Gtk2::Job;
FUNCTIONS
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.
PROPERTIES
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".