MethodProgressCount

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber MethodProgressCount(  )

The MethodProgressCount method is called by the framework to count how many steps are requires to complete the method execution.

Returns

This method does not return a value

Comments

Applications implementing their own version of MethodProgressCount should call MethodProgressStepAdd in the object that started the method, and make sure that MethodProgressCount is then called in all other objects participating in performing the method.