Skip to content

Schedule Once Tile#


alt text This Tile pauses the process for a specific period.

Description#

Description

  • Pauses the process that is wired to the DO input.
  • This Tile is essential to be used before any Animation process.
  • The delay is defaulted to 1, but it can be manually adjusted by connecting a numeric value to the Delay input.

Inputs#

DO#

Info
  • Type
    Accepted types: Any
    
  • Usage
    Will trigger after a specific period.
    

Delay#

Info
  • Type
    Numeric value defaults to 1
    
    Accepted types: Integer, Float, String
    
  • Usage
    Set a duration for the delay.
    

Output#

Schedule#

Info
  • Return
    None
    
  • Usage
    Acts as a trigger for the schedule.
    

Real Signature#

Signature

  • A plain language description of the function associated with the tile
    def SquareRoot(x):
        return math.sqrt(0)