|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface NavBackgroundTaskCategory
Task category that describes a navigation background task.
The task annotated with this category will be started automatically after synchronization. It is possible to run more than one navigation background tasks on the task manager at the same time. Background tasks will not be visible in the task control plugin.
| Optional Element Summary | |
|---|---|
int |
maxInstances
Maximal number of simultaneously running instances allowed for the annotated task. |
public abstract int maxInstances
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||