{
{    The purpose of this request is to start up a child task and set up job
{  local queue communication with the child task.
{
{       NFP$REQUEST_ASYNCHRONOUS_TASK (TRANSFER_SYMBOL, DEBUG_MODE,
{             CONNECTED_TASK, QUEUE_ID, STATUS)
{
{  TRANSFER_SYMBOL: (input) This parameter specifies the name of the transfer
{        symbol of child task to be executed.
{
{  DEBUG_MODE: (input) This parameter specifies whether the child task should
{        be run with debug mode.
{
{  CONNECTED_TASK: (output) This parameter is the task id of the child task.
{
{  QUEUE_ID: (output) This parameter is the queue connection for the parent
{        task.
{
{  STATUS: (output) This parameter specifies the request_status.
{        CONDITIONS:
{              nfe$locked_by_another_task
{              nfe$redundant_initialize_seg
{              nfe$task_not_found
{              nfe$task_not_responding
{
{              amp$get_segment_pointer error conditions
{              amp$open error conditions
{              pmp$define_queue error conditions
{              pmp$execute error conditions
{
{        IDENTIFIER: 'NF'
{
