Header menu logo Xanthos

MovieAvailability Type

Represents detailed availability states for JV-Link movie checks via JVMVCheck.

JVMVCheck returns different status codes indicating video availability. Errors are propagated via Result.

Union cases

Union case Description

Available

Full Usage: Available

The requested movie is available for playback.

NotFound

Full Usage: NotFound

The requested movie was not found.

Unavailable

Full Usage: Unavailable

The movie exists but is currently unavailable.

Instance members

Instance member Description

this.IsAvailable

Full Usage: this.IsAvailable

Returns: bool
Returns: bool

this.IsNotFound

Full Usage: this.IsNotFound

Returns: bool
Returns: bool

this.IsUnavailable

Full Usage: this.IsUnavailable

Returns: bool
Returns: bool

Type something to start searching.