[ Previous ] [ Contents ] [ Index ] [ Next ]

ns_atsignal

Overview

Register a script to be run in response to a SIGHUP signal

Syntax

ns_atsignal {script | procname ?args?}

Description

ns_atsignal registers a Tcl script or procedure to be run in response to a SIGHUP signal.

Example

    proc dosomething blah {
        ns_log Notice "proc with arg '$blah'"
    }
    ns_atsignal dosomething $arg1

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.