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.