Class: timer
Remove timer object from memory
delete( removes
the timer object, t)t, from memory. If t is
an array of timer objects, delete removes all the
objects from memory.
When you delete a timer object, it becomes invalid and you cannot
reuse it. If multiple references to a timer object exist in the workspace,
deleting the timer object invalidates the remaining references. To
remove invalid timer objects references from the workspace, use the clear command.
|
Object of class |
Use the isvalid method to determine if a timer
object exists in memory, but is not cleared from the workspace.
Use the timerfind and timerfindall methods
to return timer objects currently existing in memory. This approach
is useful if the reference to the timer object is cleared from the
workspace (using the clear command),
but not deleted from memory.
isvalid | timer | timerfind | timerfindall