QueryScanStatus
struct QueryScanStatusimport QueryScanStatus from Wax::Recording;The requested and actually covered frame ranges of a query scan, together with any failure. Check isComplete before treating a partial result as complete coverage.
Members
requestedRangefield
public FrameRange requestedRangeThe frame range the caller requested.
coveredRangefield
public FrameRange coveredRangeThe frame range actually covered by the scan.
failurefield
public QueryFailure? failureThe failure that interrupted the scan, or null.
isCompletegetter
public get isComplete() : boolTrue only when there is no failure and coveredRange exactly equals requestedRange.
ToStringmethod
public fn ToString() : stringProvided by the compiler.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Provided by the compiler.
constructorconstructor
public constructor ()Provided by the compiler.