Classes | |
| class | BackgroundEntryInterface | 
| class | BackgroundProgressInterface | 
Namespaces | |
| maxon | |
| maxon::URLFLAGS | |
Typedefs | |
| using | BackgroundEntryTuple = Tuple< WeakRef< BackgroundProgressRef >, Int > | 
Functions | |
| MAXON_DATATYPE (BackgroundEntryTuple, "net.maxon.datatyoe.backgroundentrytuple", MAXON_IMPLEMENTATION_MODULE("net.maxon.kernel")) | |
| MAXON_ATTRIBUTE (BackgroundEntryTuple, BACKGROUNDJOB, "net.maxon.url.backgroundjob") | |
Variables | |
| NONE | |
| SUCCEEDED | |
| CANCELED | |
| WARNING | |
| ERROR | |
| ACTIVE_ADDED | |
| ACTIVE_REMOVED | |
| HISTORY_ADDED | |
| HISTORY_REMOVED | |
| CANCELDELEGATE_CHANGED | |
| NONE | 
| SUCCEEDED | 
Background Task succeeded.
| CANCELED | 
Background Task was canceled.
| WARNING | 
Background Task has warnings.
| ERROR | 
Background Task has errors.
| ACTIVE_ADDED | 
an active entry was added
| ACTIVE_REMOVED | 
an active entry was removed
| HISTORY_ADDED | 
a history entry was added
| HISTORY_REMOVED | 
a history entry was removed
| CANCELDELEGATE_CHANGED | 
cancel delegate changed