Interface: IStartTimerCommandAttributes
command.v1.IStartTimerCommandAttributes
Properties of a StartTimerCommandAttributes.
Hierarchy
-
↳
IStartTimerCommandAttributes
Properties
startToFireTimeout
• Optional startToFireTimeout: null | $Properties
How long until the timer fires, producing a TIMER_FIRED event.
(-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval. --)
Inherited from
$Properties.startToFireTimeout
timerId
• Optional timerId: null | string
An id for the timer, currently live timers must have different ids. Typically autogenerated by the SDK.