NAME
WebService::FuncNet::JobStatus - An object representing the status of a FuncNet session
0.1
This document describes JobStatus version 0.1
SYNOPSIS
use WebService::FuncNet::JobStatus;
my $status = JobStatus->new( $myStatus, $myXmlTrace );
print $status->status();
print $status->trace();
new
Constructs a new JobStatus object with a status code and XML trace supplied.
status
Returns the actual status code of the job: WORKING, COMPLETE, CANCELLED, FAILURE, EXPIRED, UNKNOWN.
trace
Returns the raw XML of the status response.
DIAGNOSTICS
CONFIGURATION AND ENVIRONMENT
Status requires no configuration files or environment variables.
DEPENDENCIES
None.
INCOMPATIBILITIES
None reported.
BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests to bug-<RT NAME
@rt.cpan.org>, or through the web interface at http://rt.cpan.org.
AUTHOR
clegg <<andrew.clegg@uclmail.net>>
LICENCE AND COPYRIGHT
Copyright (c) <2009>, <clegg> <<andrew.clegg@uclmail.net>>
. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.
REVISION INFO
Revision: $Rev: 64 $
Last editor: $Author: andrew_b_clegg $
Last updated: $Date: 2009-07-06 16:12:20 +0100 (Mon, 06 Jul 2009) $
The latest source code for this project can be checked out from:
https://funcnet.svn.sf.net/svnroot/funcnet/trunk