'''after idle''' ''script ?script script ...?'' Concatenates the ''script'' arguments together with space separators (just as in the '''[concat]''' command), and arranges for the resulting script to be evaluated later as an idle callback. The script will be run exactly once, the next time the event loop is entered and there are no events to process. The command returns an identifier that can be used to cancel the delayed command using '''[after cancel]'''. If an error occurs while executing the script then the '''[bgerror]''' mechanism is used to report the error. ---- See also: * [after] * [after cancel] * [after info] ---- [Category Command] - [Tcl syntax help]