Header menu logo Xanthos

WaitCompletionResult Type

Result of waiting for download completion.

Union cases

Union case Description

Completed completedCount

Full Usage: Completed completedCount

Parameters:
    completedCount : int

Download completed successfully with the given file count.

completedCount : int

TimedOut partialCount

Full Usage: TimedOut partialCount

Parameters:
    partialCount : int

Timeout reached before completion. Contains partial count at timeout.

partialCount : int

Instance members

Instance member Description

this.IsCompleted

Full Usage: this.IsCompleted

Returns: bool
Returns: bool

this.IsTimedOut

Full Usage: this.IsTimedOut

Returns: bool
Returns: bool

Type something to start searching.