IntervalTicket

IntervalTicket

new IntervalTicket()

Description:
  • Clock Ticket used when scheduling periodic events in Niagara.

    This Constructor shouldn't be invoked directly.

Source:

Extends

Methods

cancel()

Description:
  • Cancel the currently scheduled Ticket.

Source:
Overrides:

equals(obj) → {Boolean}

Description:
  • Indicates whether some other object is equal to this one.

Source:
Inherited From:
Parameters:
Name Type Description
obj Object

the reference object with which to compare.

Returns:

true if this object is the same as the obj argument; false otherwise.

Type
Boolean

isExpired() → {Boolean}

Description:
  • Test for ticket expiration.

Source:
Inherited From:
Returns:

if the scheduled Ticket is currently expired.

Type
Boolean

valueOf() → {*}

Description:
  • Return the inner value of the object.

    By default the object's instance is returned.

Source:
Inherited From:
Returns:

the inner value of the object or just the object's instance.

Type
*