/ fm / liveswitch / ITimeoutTimer
Interface: ITimeoutTimer
fm.liveswitch.ITimeoutTimer
A thread-safe class for running timeouts on asynchronous methods.
Implemented by
Table of contents
Methods
Methods
start
▸ start(timeout
: number): void
Parameters:
Name | Type |
---|---|
timeout |
number |
Returns: void
Defined in: Generated/TypeScript/fm.liveswitch/ITimeoutTimer.ts:9
stop
▸ stop(): boolean
Returns: boolean
Defined in: Generated/TypeScript/fm.liveswitch/ITimeoutTimer.ts:10