{
{   This request determines whether the current input block (included file or
{ line) has been ended via a utility's termination command.
{
{   This request is intended for use by a CLT$UTILITY_DIALOG_MANAGER procedure
{ so that it can determine when to stop its processing
{
{       CLP$GET_INCLUDE_ENDED (UTILITY, INCLUDE_ENDED, STATUS)
{
{ UTILITY: (input)  This parameter specifies the name of the utility that is
{       expected to "own" the current input block.
{
{ INCLUDE_ENDED: (output)  This parameter specifies whether the input has been
{       ended (TRUE) or not (FALSE).
{
{ STATUS: (output)  This parameter specifies the request status.
{       CONDITIONS: cle$unexpected_call_to
{
