Gets the current status of an asynchronous request.


icon

Inputs/Outputs

  • cdlrn.png session handle

    session handle specifies the unique reference to the WebDAV session.

  • cdlrn.png request handle

    request handle specifies the unique reference to the WebDAV request.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • idlrn.png session handle out

    session handle out returns the unique reference to the WebDAV session.

  • idlrn.png request handle out

    request handle out returns the unique reference to the WebDAV request. You can wire this output only to other asynchronous WebDAV VIs.

  • ienum.png request status

    request status returns the current status of the WebDAV request.

    0
    working
    —LabVIEW is still processing the request.
    1
    complete
    —LabVIEW has completed the request.
    2
    aborted
    —LabVIEW aborted the request.
    3
    timeout
    —LabVIEW could not connect to the WebDAV server within the specified timeout limit.
    4
    error
    —LabVIEW encountered an error while processing the request and cannot continue completing the request.
  • iu64.png bytes completed

    bytes completed returns the number of bytes that LabVIEW has uploaded or downloaded since the WebDAV request began. If the request does not transfer any bytes, bytes completed returns a value of 0.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • iu64.png total bytes

    total bytes returns the number of bytes that LabVIEW will upload or download when the request is complete.