|
Previous Top Next |
Prototype: | (String pProcedureName, Byte pMaxRuns),BYTE |
pProcedureName | Name of the procedure. |
pMaxRuns | Maximum number of runs for this procedure. |
Returns | If the procedure can be run without hitting the MaxRuns limit, the method returns True. If the procedure hits the MaxRuns limit, the method returns False. |
This method is called at the start of the procedure to check if this procedure is reaching the MaxRuns limit. If it is equal to the MaxRuns property as indicated by the pMaxRuns parameter the method returns false indicating that the limit has been reached.
See also: