From: ivan Date: Sun, 21 Dec 2008 17:40:28 +0000 (+0000) Subject: doc X-Git-Tag: root_of_webpay_support~191 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7d37d1e44896e9c6e7ee8f2649d2fbd9a0f75d54 doc --- diff --git a/FS/FS/queue.pm b/FS/FS/queue.pm index 5f8bf11f0..ff94a4e0b 100644 --- a/FS/FS/queue.pm +++ b/FS/FS/queue.pm @@ -48,17 +48,29 @@ FS::Record. The following fields are currently supported: =over 4 -=item jobnum - primary key +=item jobnum -=item job - fully-qualified subroutine name +Primary key -=item status - job status +=item job -=item statustext - freeform text status message +Fully-qualified subroutine name -=item _date - UNIX timestamp +=item status -=item svcnum - optional link to service (see L) +Job status (new, locked, or failed) + +=item statustext + +Freeform text status message + +=item _date + +UNIX timestamp + +=item svcnum + +Optional link to service (see L) =back