Header menu logo Xanthos

ServiceExtensions Module

Type extensions

Type extension Description

this.WaitForDownloads

Full Usage: this.WaitForDownloads

Parameters:
Returns: Result<WaitCompletionResult, XanthosError>

Waits until JV-Link reports all downloads completed (via JVStatus) or timeout/cancellation occurs. Returns Completed(count) on success, TimedOut(partialCount) if timeout is reached before completion.

Extended Type: JvLinkService

expectedCount : int
?pollInterval : TimeSpan
?timeout : TimeSpan
?cancellationToken : CancellationToken
Returns: Result<WaitCompletionResult, XanthosError>

Type something to start searching.