Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 496 Bytes

PeriodicBehaviour.md

File metadata and controls

24 lines (13 loc) · 496 Bytes

PeriodicBehaviour

Subtype of Behaviour Represents a periodic runtime behaviour

Properties

Name Type Description Notes
interval Interval [optional]
collisionHandling CollisionHandlingEnum [optional]

Enum: CollisionHandlingEnum

Name Value
CANCEL "CANCEL"
PARALLEL "PARALLEL"
SKIP "SKIP"