Enumeration CalculationStatus

If the costs are being calculated or recalculated, this will have the status calculating. Once finished the status will be done.

Enumeration Members

Enumeration Members

CALCULATING: "calculating"
DONE: "done"
FAILED: "failed"