class QFutureVoid#

摘要#

方法#

注:

本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您对翻译有疑问,也可以通过在https:/bugreports.qt.io/projects/PYSIDE上创建工单告诉我们。

详细描述#

__init__()#
cancel()#
isCanceled()#
返回类型::

bool

isFinished()#
返回类型::

bool

isPaused()#
返回类型::

bool

注:

此函数已弃用。

isRunning()#
返回类型::

bool

isStarted()#
返回类型::

bool

isSuspended()#
返回类型::

bool

isSuspending()#
返回类型::

bool

isValid()#
返回类型::

bool

pause()#

注:

此函数已弃用。

progressMaximum()#
返回类型::

int

progressMinimum()#
返回类型::

int

progressText()#
返回类型::

str

progressValue()#
返回类型::

int

resultCount()#
返回类型::

int

resume()#
setPaused(paused)#
参数:

paused – bool

注:

此函数已弃用。

setSuspended(suspend)#
参数:

suspend – bool

suspend()#
togglePaused()#

注:

此函数已弃用。

toggleSuspended()#
waitForFinished()#