Fcount()

From TinyMUX
Jump to navigation Jump to search

Description

Function: fcount([expression])

Without an expression, this function returns the number of function invocation since the beginning of the queue cycle. With an expression, this function returns the number of function invocations used by the expression. Softcode can use this result to guage its distance from the configured function invocation limit.

Related Topics

fdepth(), function_invocation_limit