calculation_monitor property

calculation_monitor property

The monitor for user to track the progress of formula calculation.

Definition:

@property
def calculation_monitor(self):
    ...
@calculation_monitor.setter
def calculation_monitor(self, value):
    ...

See Also