class QFutureVoid

Synopsis

Methods

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description

__init__()
cancel()
isCanceled()
Return type:

bool

isFinished()
Return type:

bool

isPaused()
Return type:

bool

Note

This function is deprecated.

isRunning()
Return type:

bool

isStarted()
Return type:

bool

isSuspended()
Return type:

bool

isSuspending()
Return type:

bool

isValid()
Return type:

bool

pause()

Note

This function is deprecated.

progressMaximum()
Return type:

int

progressMinimum()
Return type:

int

progressText()
Return type:

str

progressValue()
Return type:

int

resultCount()
Return type:

int

resume()
setPaused(paused)
Parameters:

paused – bool

Note

This function is deprecated.

setSuspended(suspend)
Parameters:

suspend – bool

suspend()
togglePaused()

Note

This function is deprecated.

toggleSuspended()
waitForFinished()