my $f = $self->getField();
$f->{index} = 1;
}
+ elsif ($ftype eq '_pad_') {
+ my $f = $self->getField();
+ $f->{pad} = $fname;
+ }
else {
my $f = new StructField $fname,$ftype,$comment,$.;
$self->addField($f);
bool suspended Job is suspended
string suspend_reason Reason for the suspend
+_pad_ 55
+
string pbs_state Job state which would probably return PBS qstat (Q/R/C/....)
string pbs_queue Name of queue in which is job queued
string pbs_owner Owner of job
int pbs_exit_status Job exit status
string pbs_error_desc Glued error descriptions from error events
+_pad_ 20
+
string condor_status Condor job status
string condor_universe Condor job Universe (in job ClassAds)
string condor_owner Job owner
string condor_reason Glued reasons/errors leading to pending events
string condor_error_desc Glued error descriptions from error events
+_pad_ 25
@type Submitted Entered by the user to the User Interface or registered by Job Partitioner.
@type Waiting Accepted by WMS, waiting for resource allocation.
@type Cancelled Cancelled by user.
@type Unknown Status cannot be determined.
@type Purged Job has been purged from bookkeeping server (for LB->RGMA interface).
+