ph_clearexequeue PowerHome formula function
Description
Clears PowerHome COMM and Execution queues.
Syntax
ph_clearexequeue ( )
Return value
Integer. Returns a 0.
Usage
When executed, this function will clear the PowerHome execution queue and the COMM queue. It does not affect Waiting macros however.
In order for this function to clear waiting execution queue items BEFORE this function is executed, you must execute this function in the boolean field of a trigger.
Examples
The following examples demonstrate typical syntax/usage for this function.
• ph_clearexequeue() {No arguments needed}