RB.TaskProgressSimple¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class RB.TaskProgressSimple(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
This implementation of
RB.TaskProgress
can be used to represent tasks that aren’t bound to the lifecycle of an object that can implement the interface directly.- classmethod new()¶
- Returns:
the task object
- Return type:
Creates a new simple task progress object.
Signal Details¶
- RB.TaskProgressSimple.signals.cancel_task(task_progress_simple)¶
- Signal Name:
cancel-task
- Flags:
- Parameters:
task_progress_simple (
RB.TaskProgressSimple
) – The object which received the signal