|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface NavTaskCategory
Task category that describes a navigation task.
The task annotated with this category can be started automatically after synchronization. It is possible to run more that one navigation task on the task manager at the same time.
| Optional Element Summary | |
|---|---|
boolean |
autoStart
If set to true the annotated task will be started automatically just after startup and deployment. |
int |
maxInstances
Maximal number of simultaneously running instances allowed for the annotated task. |
public abstract boolean autoStart
public abstract int maxInstances
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||