/ fm / liveswitch / IPromise
Interface: IPromise
fm.liveswitch.IPromise
Interface for a promise that can be rejected.
Implemented by
Table of contents
Methods
Methods
castAndResolve
▸ castAndResolve(result
: Object): boolean
Parameters:
Name | Type |
---|---|
result |
Object |
Returns: boolean
Defined in: Generated/TypeScript/fm.liveswitch/IPromise.ts:9
reject
▸ reject(exception
: Exception): boolean
Parameters:
Name | Type |
---|---|
exception |
Exception |
Returns: boolean
Defined in: Generated/TypeScript/fm.liveswitch/IPromise.ts:10