----------------------------------------------------------------------------
| 120 | |
| 121 | //---------------------------------------------------------------------------- |
| 122 | bool ctkCmdLineModuleFrontend::isRunning() const |
| 123 | { |
| 124 | return d->Future.isRunning(); |
| 125 | } |
| 126 | |
| 127 | //---------------------------------------------------------------------------- |
| 128 | bool ctkCmdLineModuleFrontend::isPaused() const |
no outgoing calls