Lingo Dictionary > L-N > name (timeout property)

 

name (timeout property)

Syntax

timeoutObject.name

Description

This timeout property is the name of the timeout object as defined when the object is created. The new() command is used to create timeout objects.

Example

This timeout handler opens an alert with the name of the timeout that sent the event:

on handleTimeout timeoutObject
	alert "Timeout:" && timeoutObject.name
end

See also

forget(), new(), period, persistent, target, time (timeout object property), timeout(), timeoutHandler, timeoutList