From 60ce3189f399bf2086ba65fc5286501ef5b1672b Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Mon, 19 Jul 2010 10:04:11 -0600 Subject: [PATCH] Polished job start documentation. --- src/base/AsyncJobs.dox | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/base/AsyncJobs.dox b/src/base/AsyncJobs.dox index a16dea352b..9cf5c3d508 100644 --- a/src/base/AsyncJobs.dox +++ b/src/base/AsyncJobs.dox @@ -44,8 +44,9 @@ you call AsyncStart with a job pointer. \section Rules Basic rules -- To start a job, use AsyncStart. Do not call start() directly. There -are examples in the code. +- To start a job, use AsyncStart. Do not start the same job more than once. + +- Never call start() directly. Treat this method as main() in C/C++. - Never call swanSong() directly. If you are outside an AsyncCall handler, and want to kill the job, then call deleteThis(). If you are -- 2.47.3