All Manuals > LispWorks User Guide and Reference Manual > 44 The MP Package

NextPrevUpTopContentsIndex

current-process-set-terminate-method

Function
Summary

Sets the Terminate Method of the current process.

Package

mp

Signature

current-process-set-terminate-method &key local-terminator remote-terminator terminate-by-send

Arguments

local-terminator

A function designator for a function of no arguments.

remote-terminator

A function designator for a function of one argument.

terminate-by-send

A generalized boolean.

Description

The function current-process-set-terminate-method sets the Terminate Method of the current process. See process-run-function for the meaning of the keyword arguments.

The default value of terminate-by-send is t. Therefore calling current-process-set-terminate-method without arguments sets the Terminate Method to terminate-by-send. Calling current-process-set-terminate-method with terminate-by-send nil makes the process not have a Terminate Method.

See also

process-run-function
process-terminate
current-process-kill


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex