User Tools

Site Tools


kill_shut_down_the_processclass_object_.htm
Navigation:  ABC Library Reference > ProcessClass > ProcessClass Methods >====== Kill (shut down the ProcessClass object) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

Kill, VIRTUAL

blk2blue.jpg

The Kill method shuts down the ProcessClass object by freeing any memory allocated during the life of the object and executing any other required termination code.

Member of: ProcessClass

Implementation: The Kill method calls the ViewManager.Kill method.

Example:

!initialize the ProcessClass object:

Process.Init( Process:View,  |      !set the VIEW

       Relate:Client,        |      !set the primary file RelationManager

       ?PctText,             |      !set the Window control for text messages

       PctDone,              |      !set the PROGRESS USE variable

       ProgressMgr,          |      !set StepClass object to monitor progress

       CLI:Name)                    !set StepClass free element to monitor

!procedure code

Process.Kill                        !shut down the ProcessClass object

See Also: ViewManager.Kill

kill_shut_down_the_processclass_object_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1