Changeset 1657 for trunk/MagicSoft/Mars/mbase/MTask.cc
- Timestamp:
- 11/21/02 10:16:52 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTask.cc
r1574 r1657 56 56 // are executed. A task can return kFALSE to // 57 57 // stop the execuition of the tasklist or // 58 // kCONTINUE to skip the pending tasks. // 58 // kCONTINUE to skip the pending tasks. If you want // 59 // to stop the eventloop and wants the eventloop to // 60 // return the status 'failed' return kERROR. // 59 61 // // 60 62 // - PostProcess(): executed after the eventloop. Here you can close //
Note:
See TracChangeset
for help on using the changeset viewer.