|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface BackgroundTaskCategory
Task category that describes a Background Task.
The task annotated with this category can be started automatically after synchronization. It is possible to run more that one background task on the task manager at the same time.
| Required Element Summary | |
|---|---|
boolean |
autoStart
If set to true annotated task will be started automatically just after deployment. |
| Element Detail |
|---|
public abstract boolean autoStart
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||