get_consumption_quantity method

get_consumption_quantity

Return the total metered quantity consumed so far.

def get_consumption_quantity():
    ...

Returns: float: The cumulative usage (typically in pages or documents) recorded against the current metered key.

See Also