updated comments
authorJan Pospíšil <honik@ntc.zcu.cz>
Tue, 13 Jun 2006 10:34:58 +0000 (10:34 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Tue, 13 Jun 2006 10:34:58 +0000 (10:34 +0000)
org.glite.lb/project/events.T

index 3585e81..24b7626 100644 (file)
        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.