The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

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

SYNOPSIS

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".