NAME
Net::Dynect::REST::Job - Get the status of a job
SYNOPSIS
use Net::Dynect::REST:Job;
my @records = Net::Dynect::REST:Job->find(connection => $dynect, id => $id);
METHODS
Creating
- Net::Dynect::REST:Job->find(connection => $dynect, id => $id);
-
This will return the Net::Dynect::REST::Response object for the specified job. Note that the "Requested" date on the response will show the requets of the "Job" call, but but the jobID returned in the response will matcht he one you supplied of the original request. So if you repeatedly ask for the same Job, the request date will continue to increment - all other data is as when the job completed.
AUTHOR
James Bromberger, james@rcpt.to
SEE ALSO
Net::Dynect::REST, Net::Dynect::REST::Request, Net::Dynect::REST::Response, Net::Dynect::REST::info.
COPYRIGHT AND LICENSE
Copyright (C) 2010 by James Bromberger
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.