Schedule Once Tile#
This Tile pauses the process for a specific period.
Description#
Description
Inputs#
DO#
Info
- Type
Accepted types: Any - Usage
Will trigger after a specific period.
Delay#
Info
- Type
Numeric value defaults to 1Accepted 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)