Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AnalysisPollOperation<TState, TResult>

Package version

Common properties and methods of polling operations.

Type parameters

  • TState

  • TResult

Hierarchy

Implements

  • any

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

state

state: TState

Methods

Abstract cancel

  • cancel(): Promise<PollOperation<TState, TResult>>

toString

  • toString(): string

Abstract update

  • update(): Promise<PollOperation<TState, TResult>>

Generated using TypeDoc