ph_itcisbusy PowerHome formula function
Description
Returns whether the specified Internet Transfer Control is currently busy (ph_itcexecuteftp or ph_itcexecutehttp).
Syntax
ph_itcisbusy ( n )
Argument Description
n A number from 1 to 10 representing the ITC you wish to check.
Return value
Integer. Returns 0 if the specified ITC is busy. If the ITC is NOT busy, then 1 is returned. If the specified ITC has not been created, then 3 is returned. 2 is returned if the specified ITC is outside of the range of 1 to 10.