Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!whuxl!whuxlm!akgua!gatech!ut-sally!pyramid!amiga!bruceb From: bruceb@amiga.UUCP Newsgroups: net.micro.amiga Subject: Re: Questions... Message-ID: <674@amiga.amiga.UUCP> Date: Tue, 11-Feb-86 14:54:55 EST Article-I.D.: amiga.674 Posted: Tue Feb 11 14:54:55 1986 Date-Received: Thu, 13-Feb-86 01:06:25 EST References: <1240@caip.RUTGERS.EDU> Reply-To: bruceb@hunter.UUCP (Bruce Barrett) Organization: Commodore-Amiga Inc., 983 University Ave #D, Los Gatos CA 95030 Lines: 15 In article <1240@caip.RUTGERS.EDU> S7YLF4%IRISHMVS@WISCVM.WISC.EDU@caip.RUTGERS.EDU writes: >From: S7YLF4%IRISHMVS.BITNET@WISCVM.WISC.EDU > >Is there a 'terminate'-type command to terminate a task running >outside a particular CLI? The closest thing that exists is the BREAK command. Syntax: BREAK task {all|c|d|e|f} Break sets a signal bit(s) for the task in question. It is the responsibility if the "breaking" task to check these bits from time to time, cleanup and exit if one is found. AmigaDOS dows NOT keep track of resources in use by a given task and therefore if a task was halted (without its active cooperation all memory, files, devices, ... would remain "in use". -bruce barrett