{
{    The purpose of this request is to send a message to a partner task.
{
{       NFP$PUT_ASYNC_TASK_MESSAGE (TASK_ID, WORKING_STORAGE_AREA,
{             WORKING_STORAGE_LENGTH, STATUS)
{
{  TASK_ID: (input) This parameter specifies the task id where the message
{        should be sent.
{
{  WORKING_STORAGE_AREA: (input) This parameter specifies the buffer where the
{        message is.
{
{  WORKING_STORAGE_LENGTH: (input) This parameter specifies the length of the
{        buffer.
{
{  STATUS: (output) This parameter specifies the request_status.
{        CONDITIONS:
{              nfe$allocation_failure
{              nfe$locked_by_another_task
{              nfe$module_not_initialized
{              nfe$task_not_active
{
{              pmp$connect_queue error conditions
{              pmp$send_to_queue error conditions
{
{        IDENTIFIER: 'NF'
