From 73cbe75445376b2cf43a1bf299d9f395491a29c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Sat, 8 Sep 2007 01:44:46 +0000 Subject: [PATCH] another optional field --- org.glite.lb/project/events.T | 1 + 1 file changed, 1 insertion(+) diff --git a/org.glite.lb/project/events.T b/org.glite.lb/project/events.T index 915b0a2..7131a6d 100644 --- a/org.glite.lb/project/events.T +++ b/org.glite.lb/project/events.T @@ -65,6 +65,7 @@ @type EnQueued The job has been enqueued in an inter-component queue. string queue Queue into which the job has been stored for retrieval by another component. string job Job description in the receiver's language. + _optional_ int result Result code of the attempt to put job into the queue (START, OK, REFUSED or FAIL). _code_ START The sending component has started or is about to start enqueuing the job. _code_ OK The job was enqueued successfully. -- 1.8.2.3