Completed actions count

0
We are currently monitoring an application that is running on-premises using the guide posted here.   It also mentions the completed actions count. Could someone shine a light on what this actually is and what it measures?
asked
1 answers
1

Interesting question! The only thing I could find was in the apidocs (ICore, at https://apidocs.mendix.com/6/runtime/):

 

    getCompletedActionCount

    long getCompletedActionCount()

    Returns the number of completed actions since server startup. This number represents only the actions which were started asynchronously.

    Returns:
        number of completed actions

 

answered