From ce82979b05919df7f90f0d70e78e62de300959a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Fri, 4 Nov 2005 14:59:16 +0000 Subject: [PATCH] Added Suspend/Resume events and corresponding flags in job state. --- org.glite.lb/project/events.T | 8 ++++++++ org.glite.lb/project/status.T | 3 +++ 2 files changed, 11 insertions(+) diff --git a/org.glite.lb/project/events.T b/org.glite.lb/project/events.T index 607072d..3585e81 100644 --- a/org.glite.lb/project/events.T +++ b/org.glite.lb/project/events.T @@ -191,3 +191,11 @@ @type ReallyRunning User payload started _optional_ string wn_seq sequence code on the worker node + +@type Suspend Job execution (queuing) was suspended + _optional_ + string reason reason for the suspend + +@type Resume Job execution (queuing) was resumed + _optional_ + string reason reason for the resume diff --git a/org.glite.lb/project/status.T b/org.glite.lb/project/status.T index 5c409a8..8fbbc80 100644 --- a/org.glite.lb/project/status.T +++ b/org.glite.lb/project/status.T @@ -70,6 +70,9 @@ strlist possible_destinations Possible job destinations strlist possible_ce_nodes CE nodes matching to possible_destinations _special_ XMLstructured +bool suspended Job is suspended +string suspend_reason Reason for the suspend + @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 Ready Matching resources found -- 1.8.2.3