SetExecutionBudget

virtual void IProcessingBlock::SetExecutionBudget(double budget) = 0

Sets the maximum amount of time that the processing block is allowed to use.

Parameters

budget – Maximum amount of time in seconds.

Throws
Remarks

Negative value means infinite, i.e. no checking on the budget.