| Swarmage documentation | view source | Contained in the Swarmage distribution. |
Swarmage::Task - A Task
use Swarmage::Task;
Swarmage::Task->new(
type => 'type',
data => $whatever,
);
| Swarmage documentation | view source | Contained in the Swarmage distribution. |