Skip to content

Status

Returns a human-readable description of the current state of the read, as a String. Read-only.

Syntax: object.Status

object
required An object expression that evaluates to an AsyncProperty object.

The value is a short message such as "Finding resource", "Connecting", or "Receiving response", suitable for display in a status bar or tooltip while the read is in progress. For programmatic logic, examine StatusCode instead --- its values are stable, whereas Status is intended for human consumption and may be localised.

Example

This example displays the human-readable status string in a label during a download.

vb
Private Sub UserControl_AsyncReadProgress(AsyncProp As AsyncProperty)
    lblStatus.Caption = AsyncProp.Status
End Sub

See Also

twinBASIC and LOGO copyright of "WaynePhillipsEA" author