Type Alias CompletionTimer

CompletionTimer: Timer & {
    get isDone(): boolean;
}

A Timer that has a sense of completion, when isDone returns true. See relative

Type declaration

  • get isDone(): boolean

    Returns true if this timer has completed.