DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

VtAddTimeOut(1vtcl)


VtAddTimeOut -- add a timeout callback

Synopsis

VtAddTimeOut [ options ]

Description

Adds a timeout callback. This callback gets called only once. If you want periodic events you must reset the timeout in your callback. This command returns an ID; you will need the ID if you want to remove the timeout with VtRemoveTimeOut.

Options


-callback cmd (C)
Sets the callback to call after the timeout interval has elapsed.

-interval integer NA)
Sets the timeout interval to integer milliseconds. For example, 1000 = 1 second.

25 April 2004
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004