WorksheetStartEvaluationAndWait Method

Performs evaluation of the worksheet within a limited time.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public bool StartEvaluationAndWait(
	int startIndex = 0,
	int endIndex = 2147483647,
	bool withTests = true,
	bool withDebug = false
)

Parameters

startIndex  Int32  (Optional)
Start index of the Region to proceed evaluation for.
endIndex  Int32  (Optional)
End index of the Region to proceed evaluation for.
withTests  Boolean  (Optional)
Includes evaluation of the depended Regions below (applicable if endIndex doesn't include last Region).
withDebug  Boolean  (Optional)
Starts evaluation and breaks execution on first possible operation.

Return Value

Boolean
Returns true if evaluation completed successfully.

See Also