
{
{    The purpose of this request is to remove an activity from the wait_list
{    and from the wait_activity_list.  The wait_list is a list of activities
{    the task is waiting on.  The wait_activity_list contains detailed
{    information, with each entry in the wait_activity_list corresponding to
{    an entry in the wait_list.
{
{        NFP$REMOVE_FROM_WAIT_LISTS (INDEX, WAIT_LIST, WAIT_ACTIVITY_LIST,
{              WAIT_LIST_SEQUENCE, WAIT_ACTIVITY_LIST_SEQUENCE)
{
{  INDEX: (input) This parameter specifies the index in the wait_list and
{        the wait_activity_list that is to be deleted.
{
{  WAIT_LIST: (input, output) This parameter specifies the list of activities
{        that the client is waiting for.
{
{  WAIT_ACTIVITY_LIST: (input, output) This parameter specifies an association
{        list for the wait_list.  Each entry in the wait_activity_list
{        contains detailed information, with each entry in the
{        wait_activity_list corresponding to an entry in the wait_list.
{
{  WAIT_LIST_SEQUENCE: (input, output) This parameter specifies the sequence
{        where the wait_list is stored.
{
{  WAIT_ACTIVITY_LIST_SEQUENCE: (input, output) This parameter specifies the
{        sequence where the wait_activity_list is stored.



