All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

apply-in-pane-process-if-alive

Function
Summary

Applies a function in the process associated with a pane.

Package

capi

Signature

apply-in-pane-process-if-alive pane function &rest args => alivep

Values

alivep

A boolean.

Description

The function apply-in-pane-process-if-alive applies function to args in the process that is associated with pane , if pane is "alive". This is like apply-in-pane-process except that function is called only if the pane is alive. The meaning of "alive" and the value of alivep are as defined for interface in execute-with-interface-if-alive.

If pane does not have a process, then function is not called.

See also

apply-in-pane-process
execute-with-interface-if-alive
The correct thread for CAPI operations
Programming with CAPI Windows


CAPI User Guide and Reference Manual (Macintosh version) - 25 Feb 2015

NextPrevUpTopContentsIndex