new Ticket()
Clock Ticket used when scheduling function calls in BajaScript.
This Constructor shouldn't be invoked directly.
- See:
Extends
Methods
-
cancel()
-
Cancel the currently scheduled Ticket.
-
equals(obj)
-
Indicates whether some other object is equal to this one.
Parameters:
Name Type Description obj
Object the reference object with which to compare.
- Inherited From:
Returns:
true if this object is the same as the obj argument; false otherwise.
- Type
- Boolean
-
isExpired()
-
Test for ticket expiration.
Returns:
if the scheduled Ticket is currently expired.
- Type
- Boolean
-
valueOf()
-
Return the inner value of the object.
By default the object's instance is returned.
- Inherited From:
Returns:
the inner value of the object or just the object's instance.
- Type
- *