Interface PollOperation<TState, TResult>
Properties
state
state: TState
Methods
cancel
- cancel(options?: undefined | object): Promise<PollOperation<TState, TResult>>
-
Parameters
-
Optional options: undefined | object
Returns Promise<PollOperation<TState, TResult>>
toString
-
Returns string
update
- update(options?: undefined | object): Promise<PollOperation<TState, TResult>>
-
Parameters
-
Optional options: undefined | object
Returns Promise<PollOperation<TState, TResult>>