Deferred type<T>

Important

The finance and operations (Dynamics 365) mobile app and platform are no longer supported. The platform components supporting the mobile app will be removed in a future update. The mobile app has also been removed from app stores. Previously installed instances of the app will continue to work. For more information, see Removed or deprecated platform features.

Hierarchy

Deferred

Index

Properties

Methods

Properties

promise

promise: Promise <T>

Methods

reject

reject(error?: any): void

Parameters

Name Type Description
error? any

Returns void

resolve

resolve(value?: T | PromiseLike <T>): void

Parameters

Name Type Description
value? T | PromiseLike <T>

Returns void