![]() |
NDEVR
API Documentation
|
A task which is to be executed by a DesignObjectLookup. More...
Public Member Functions | |
| DesignTask () | |
| Constructs a DesignTask with a newly generated UUID. | |
Public Attributes | |
| bool | allow_application_close = true |
| Whether the application may close while this task is active. | |
| bool | allow_import_file = false |
| Whether file imports are permitted while this task is active. | |
| bool | allow_open_project = false |
| Whether opening a project is permitted while this task is active. | |
| TranslatedString | description |
| Detailed description of the task. | |
| UUID | id |
| Unique identifier for this task. | |
| bool | is_active = false |
| Whether this task is currently active. | |
| TranslatedString | name |
| Display name of the task. | |
| fltp08 | progress = Constant<fltp08>::Invalid |
| Current progress of the task (Invalid when indeterminate). | |
A task which is to be executed by a DesignObjectLookup.
When active tasks may limit certain functionality.
Definition at line 10 of file DesignTask.h.