summaryrefslogtreecommitdiff
path: root/include/Task.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Task.h')
-rw-r--r--include/Task.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Task.h b/include/Task.h
index b4d8b68..b6f9b2e 100644
--- a/include/Task.h
+++ b/include/Task.h
@@ -22,6 +22,7 @@ class Task : public Base {
virtual ~Task();
virtual String GetName();
int Run();
+ int DryRun();
int GetState();
void Suspend(int = -1) throw (GeneralException);
void WaitFor(Task *);