Type alias Phase<T>

Phase<T>: T | "constructed" | "disposed" | "reconnected" | "refreshed" | "rejected" | "resolved" | "standby" | "started" | "stopped"

The phase of the poll when the current tick was scheduled.

Type Parameters

  • T extends string

Typeparam

T - A type for any additional tick phases a poll supports.