
WebService::FuncNet::JobStatus - An object representing the status of a FuncNet session

This document describes JobStatus version 0.1

use WebService::FuncNet::JobStatus;
my $status = JobStatus->new( $myStatus, $myXmlTrace );
print $status->status();
print $status->trace();
Constructs a new JobStatus object with a status code and XML trace supplied.
Returns the actual status code of the job: WORKING, COMPLETE, CANCELLED, FAILURE, EXPIRED, UNKNOWN.
Returns the raw XML of the status response.


Status requires no configuration files or environment variables.

None.

None reported.

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.

clegg <<andrew.clegg@uclmail.net>>

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: $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