formula_result_wait_policy_t
Defined in header: <ixion/types.hpp>
-
enum class ixion::formula_result_wait_policy_t
Type of policy on what to do when querying for the result of a formula cell whose result has not yet been calculated.
Values:
-
enumerator block_until_done
Querying for the result of a formula cell will block until the calculation is complete.
-
enumerator throw_exception
Querying for the result of a formula cell that has not yet been calculated will throw an exception.
-
enumerator block_until_done