ph_delay PowerHome formula function
Description
Delays execution for the specified number of milliseconds
Syntax
ph_delay ( timedelay )
Argument Description
timedelay Integer. The delay time in milliseconds. There are 1000 milliseconds in 1 second.
NOTE: Use with caution. This function delays ALL PowerHome processing for the specified time amount, preventing any other macro, trigger, or timed events from happening. Use only with short delays and sparingly as this function delays macro execution for the specified time amount, preventing any other macro, trigger, or timed events from happening.
Return value
Integer. Returns a 0.
Examples
The following examples demonstrate typical syntax/usage for this function.
• ph_delay(500)   {Creates a 0.5 second delay.}