API Reference > bentleyjs-core > Utils > OneAtATimeAction > request request Method Add a new request to this OneAtATimePromise. The request will only run when no other outstanding requests are active. request(...args: any[]): Promise<T> note Callers of this method must handle AbandonedError rejections. Parameter Type Description ...args any[] Returns - Promise<T> Defined in core/bentley/src/OneAtATimeAction.ts Line 72 Last Updated: 11 June, 2024