?? NEWTITLE := '  nfe$common_task_communicattion', EJECT ??                                                   
                                                                                                              
*copyc nfc$abnormal_conditions                                                                                
                                                                                                              
?? FMT (FORMAT := OFF) ??                                                                                     
  CONST                                                                                                       
    nfc$ctc_base_status_condition = nfc$min_status_condition + 150;                                           
?? SKIP := 2 ??                                                                                               
  CONST                                                                                                       
    nfe$task_not_responding =          nfc$ctc_base_status_condition + 0,                                     
    {E Asynchronous task not responding.}                                                                     
                                                                                                              
    nfe$async_task_timeout =           nfc$ctc_base_status_condition + 1,                                     
    {E Asynchronous task timeout.}                                                                            
                                                                                                              
    nfe$redundant_begin_task =         nfc$ctc_base_status_condition + 2,                                     
    {E Redundant NFP$BEGIN_ASYNCHRONOUS_TASK.}                                                                
                                                                                                              
    nfe$bad_message_discarded =        nfc$ctc_base_status_condition + 3,                                     
    {E Bad message discarded.}                                                                                
                                                                                                              
    nfe$activity_pending =             nfc$ctc_base_status_condition + 4,                                     
    {E Activity pending.}                                                                                     
                                                                                                              
    nfe$locked_by_another_task =       nfc$ctc_base_status_condition + 5,                                     
    {E Locked by another task.}                                                                               
                                                                                                              
    nfe$module_not_initialized =       nfc$ctc_base_status_condition + 6,                                     
    {E Module not initialized.}                                                                               
                                                                                                              
    nfe$task_not_active =              nfc$ctc_base_status_condition + 7,                                     
    {E Task not active.}                                                                                      
                                                                                                              
    nfe$task_not_found =               nfc$ctc_base_status_condition + 8,                                     
    {E Task not found in directory.}                                                                          
                                                                                                              
    nfe$redundant_initialize_seg =     nfc$ctc_base_status_condition + 9,                                     
    {E Shared segment has already been initialized.}                                                          
                                                                                                              
    nfe$allocation_failure =           nfc$ctc_base_status_condition + 10;                                    
    {E Attempt to allocate space in shared heap yielded nil pointer.}                                         
                                                                                                              
?? FMT (FORMAT:=ON) ??                                                                                        
                                                                                                              
?? OLDTITLE ??                                                                                                
