com.kuka.sunrise.common.task.categories
Annotation Type BackgroundTaskCategory


@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

autoStart

public abstract boolean autoStart
If set to true annotated task will be started automatically just after deployment.



Copyright © 2019. All rights reserved.