Optional durationOptional end(Optional) The end time of the object (Cannot be combined with .while or .duration)
Optional repeating(Optional) Makes the object repeat with given interval
Optional start(Optional) The start time of the object. (Cannot be combined with .while)
Optional while(Optional) Enables the object WHILE expression is true (ie sets both the start and end). (Cannot be combined with .start, .end or .duration )
Generated using TypeDoc
(Optional) The duration of an object