Ags.Task¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
The task launcher object |
Signals¶
- Inherited:
Name |
Short Description |
---|---|
The |
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
flags |
r |
||
gobject |
r |
||
obj_mutex |
r |
||
task_launcher |
r |
||
task_name |
r |
Class Details¶
- class Ags.Task(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- failure(error)¶
- Parameters:
error (
GLib.Error
) – isNone
on success
Signals failure of task.
New in version 3.0.0.
- launch()¶
Intercept task.
New in version 3.0.0.
- set_flags(flags)¶
- Parameters:
flags (
Ags.TaskFlags
) – see enumAgs.TaskFlags
Enable a feature of
Ags.Task
.New in version 3.0.0.
- test_flags(flags)¶
- Parameters:
flags (
Ags.TaskFlags
) – the flags- Returns:
- Return type:
Test flags to be set on self.
New in version 3.0.0.
- unset_flags(flags)¶
- Parameters:
flags (
Ags.TaskFlags
) – see enumAgs.TaskFlags
Disable a feature of
Ags.Task
.New in version 3.0.0.
- do_failure(error) virtual¶
- Parameters:
error (
GLib.Error
) – isNone
on success
Signals failure of task.
New in version 3.0.0.
- do_launch() virtual¶
Intercept task.
New in version 3.0.0.
Signal Details¶
Property Details¶
- Ags.Task.props.task_launcher¶
- Name:
task-launcher
- Type:
- Default Value:
- Flags:
The assigned
Ags.TaskLauncher
New in version 3.0.0.