{
{    The purpose of this request is to wait for a server application to respond
{  to a previous request to establish a connection.
{
{    This request waits a specified interval of time for the server application
{  to respond to the connection request.  If the server has already responded,
{  the request completes immediately.  If the server responds within this
{  interval, the request completes when the response is received.  If the
{  server does not respond within this interval, the request returns abnormal
{  status with the condition nae$no_server_response.
{
{    Note that this request may be made in a task other than the one in which
{  the request to establish the connection is made, provided that both tasks
{  execute in the same job.  However, at any given time, only one task may be
{  waiting for a server response to a requested connection.
{
{        NAP$AWAIT_SERVER_RESPONSE (FILE, WAIT_TIME, STATUS)
{
{  FILE: (input) This parameter specifies the name of the network file which
{        identifies the local end point of the requested connection.
{
{  WAIT_TIME: (input) This parameter specifies the number of milliseconds that
{        the request is to wait for the server to respond to the connection
{        request.  A value of 0 may be specified to avoid waiting (i.e., to
{        simply determine if the server has already responded).
{
{  STATUS: (output) This parameter specifies the request status.
{        CONDITIONS:
{              ame$file_not_known
{              ame$improper_device_class
{              nae$multiple_waits_attempted
{              nae$network_inactive
{              nae$no_server_response
{              nae$switch_offer_pending
{              {other BAM conditions}
{
