com.kuka.appframework
Annotation Type CyclicPreconditionCheck


@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface CyclicPreconditionCheck

The CyclicPreconditionCheck allows the AppFramework to cyclically check the precondition of a ApplicationBlock.


Optional Element Summary
 int interval
          The interval the cyclic check is performed.
 

interval

public abstract int interval
The interval the cyclic check is performed. The value is in milliseconds. The default value is 1000 milliseconds.

Returns:
the cyclic checking interval
Default:
1000


Copyright © 2018. All rights reserved.