Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

work_queue_task Struct Reference

#include <work_queue.h>


Detailed Description

A task description.

This structure should only be created with work_queue_task_create and delete with work_queue_task_delete. You may examine (but not modify) this structure once a task has completed.


Data Fields

char * tag
 The user-defined description of the task.
char * command
 The command line to execute.
char * output
 The standard output of the task.
task_fileinput_files
 The input files to send to the task.
int num_inputs
 The number of input files to send.
char * output_files
 The output files to retrieve from the task.
int result
 The exit code of the command line.
int taskid
 A unique task id number.
int priority
 The relative priority of the job, higher is better.
char host [32]
 The name of the host on which it ran.
timestamp_t start_time
 The time at which the task began.
timestamp_t finish_time
 The time at which it completed.


Field Documentation

char* work_queue_task::tag
 

The user-defined description of the task.

char* work_queue_task::command
 

The command line to execute.

char* work_queue_task::output
 

The standard output of the task.

struct task_file* work_queue_task::input_files
 

The input files to send to the task.

int work_queue_task::num_inputs
 

The number of input files to send.

char* work_queue_task::output_files
 

The output files to retrieve from the task.

int work_queue_task::result
 

The exit code of the command line.

int work_queue_task::taskid
 

A unique task id number.

int work_queue_task::priority
 

The relative priority of the job, higher is better.

char work_queue_task::host[32]
 

The name of the host on which it ran.

timestamp_t work_queue_task::start_time
 

The time at which the task began.

timestamp_t work_queue_task::finish_time
 

The time at which it completed.


The documentation for this struct was generated from the following file:
Generated on Fri Jun 5 11:10:56 2009 for cctools by  doxygen 1.3.9.1