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

Ns_UnscheduleProc

Overview

Stop a scheduled procedure

Syntax

    void Ns_UnscheduleProc (
    	int		id
    );

Description

The Ns_UnscheduleProc function stops a scheduled procedure from executing again. The scheduled procedure to be stopped is identified by its id, which was returned by the Ns_Schedule* function that was used to schedule the procedure. It is safe to call Ns_UnscheduleProc from inside a scheduled procedure.

Top of Page

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