EvaluationContext.CheckBreakpoint Method
Checks for the required interruption in the current calculation process.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public void CheckBreakpoint(
Store context,
Entry value,
int iter
)
Public Sub CheckBreakpoint (
context As Store,
value As Entry,
iter As Integer
)
public:
void CheckBreakpoint(
Store^ context,
Entry^ value,
int iter
)
member CheckBreakpoint :
context : Store *
value : Entry *
iter : int -> unit
Parameters
- context Store
- Context of the calculation.
- value Entry
- Math expression element to check.
- iter Int32
- Current calculation stack deepness.