Name
after
- after
options... Delay execution of the current program or schedule another command to be executed sometime in the future.
- after
ms Delay execution of current program for
msmilliseconds.- after
ms script... Return immediately but schedule the given list of command script arguments to be executed
msmilliseconds in the future and return an identifier that can be used for after cancel.- after cancel
id Cancel a previous after command using the identifier
idreturned previously.- after cancel
script... Cancel a previously set after command by specifying the command script arguments originally used in the command.
- after idle
script... Schedule a command script to be executed when the event loop is idle.
- after info
[
id] If no
idis specified, return a list of currently scheduled after commands. With anid, return a list consisting of the command and the time of the specified idle or timer event.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access