Interface: IStartTimerCommandAttributes
command.v1.IStartTimerCommandAttributes
Properties of a StartTimerCommandAttributes.
Implemented by
Properties
startToFireTimeout
• Optional
startToFireTimeout: null
| IDuration
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. --)
timerId
• Optional
timerId: null
| string
An id for the timer, currently live timers must have different ids. Typically autogenerated by the SDK.