From d0e12f3b35577700c84ef16929c2627d2d99f9f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Tue, 13 Jun 2006 10:34:58 +0000 Subject: [PATCH] updated comments --- org.glite.lb/project/events.T | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/org.glite.lb/project/events.T b/org.glite.lb/project/events.T index 3585e81..24b7626 100644 --- a/org.glite.lb/project/events.T +++ b/org.glite.lb/project/events.T @@ -183,19 +183,19 @@ string jobstat Status of the job (the notification content). -@type ResourceUsage Resource (CPU, memory etc.) consumption - string resource which resource - int quantity how much - string unit units (sec, kB, etc.) +@type ResourceUsage Resource (CPU, memory etc.) consumption. + string resource Resource's name. + int quantity Resources's quantity (how much). + string unit Units (sec, kB, etc.). -@type ReallyRunning User payload started +@type ReallyRunning User payload started. _optional_ - string wn_seq sequence code on the worker node + string wn_seq Sequence code on the worker node. -@type Suspend Job execution (queuing) was suspended +@type Suspend Job execution (queuing) was suspended. _optional_ - string reason reason for the suspend + string reason Reason for the suspend. -@type Resume Job execution (queuing) was resumed +@type Resume Job execution (queuing) was resumed. _optional_ - string reason reason for the resume + string reason Reason for the resume. -- 1.8.2.3