www.icetips.com  Icetips Utilities Documentation 2/26/2010    

Thread Limit Global Class: CheckProcedure

Previous  Top  Next  


Prototype: (String pProcedureName, Byte pMaxRuns),BYTE

 

pProcedureNameName of the procedure.

 

pMaxRunsMaximum number of runs for this procedure.

 

ReturnsIf 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:

AddProcedure

RemoveProcedure

CheckProcedure

 



Direct link to this page: http://www.icetips.com/manuals/utilities/checkprocedure_threadlimit_global.htm