22 #ifndef CTKCMDLINEMODULEFUTURE_H
23 #define CTKCMDLINEMODULEFUTURE_H
25 #include "ctkCommandLineModulesCoreExport.h"
A QFutureInterface specialization.
ctkCmdLineModuleFuture future()
QFuture sub-class for enhanced communication with running modules.
QByteArray readAllOutputData() const
Read all output data reported by the running module so far.
QByteArray readAllErrorData() const
Read all error data reported by the running module so far.
bool canCancel() const
Check if this module can be canceled via cancel().
bool canPause() const
Check if this module can be paused via pause() and similar QFuture methods.