Notifes the Alteryx Engine of the number and size of records that have been sent downstream.
output_record_count((bool)final) -> None :
To limit the number of messages generated for large outputs, this function will only actually send the message if:
- the record count is less than 256,
- the record count is a multiple of 256, or
- the final parameter is set to True.