Infinityd.ProgressRequest¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
  | 
|
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
- Inherited:
 
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r  | 
The current number of finished operations  | 
||
r  | 
The total number of operations  | 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent  | 
r  | 
Class Details¶
- class Infinityd.ProgressRequest(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
Infinityd.ProgressRequestis an opaque data type. You should only access it via the public API functions.- initiated(total)¶
 - Parameters:
 total (
int) – The total number of operations.
Initiates the request. A progress request is considered initiated as soon as the total number of operations is known.
- progress()¶
 Indicates that one more operation has been finished and changes the
Infinityd.ProgressRequest:currentproperty accordingly.
Property Details¶
- Infinityd.ProgressRequest.props.current¶
 - 
The current number of finished operations