System Console and Toolkit Tcl Command Reference Manual

ID 683101
Date 4/03/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

2.1.19. remove_timed_callback

Description

This command removes previously added timed callbacks. The removal of these timed callbacks removes them from being scheduled.

Availability

All contexts except: AUTOSWEEP_CASE_VALIDITY, CHANNEL, DISCOVER, ELABORATION, FINALIZATION, GLOBAL, INITIALIZATION

Usage

remove_timed_callback <proc>

ReturnType

Nothing

Returns

no return value

Arguments

proc
The name of the previously added Tcl callback procedure.

Example

add_timed_callback my_timed_callback 500
remove_timed_callback my_timed_callback