The result of the CancelFlightInfo action.

The result should be stored in Result.body.

from protobuf message arrow.flight.protocol.CancelFlightInfoResult

interface CancelFlightInfoResult {
    status: CancelStatus;
}

Properties

Properties

status: CancelStatus

from protobuf field: arrow.flight.protocol.CancelStatus status = 1;