com.kuka.nav.task
Annotation Type NavBackgroundTaskCategory


@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.
 

maxInstances

public abstract int maxInstances
Maximal number of simultaneously running instances allowed for the annotated task. Default value is 1.

Default:
1


Copyright © 2019. All rights reserved.