Note
This method exits immediately, it does not wait until evaluation is finished or stopped in debugger.
Starts evaluation of the worksheet.
[ObsoleteAttribute("This method will be removed soon. Use RegionEvaluable.RequestEvaluation() instead")]
public void StartEvaluation(
int startIndex = 0,
int endIndex = 2147483647,
bool withTests = true,
bool withDebug = false
)<ObsoleteAttribute("This method will be removed soon. Use RegionEvaluable.RequestEvaluation() instead")>
Public Sub StartEvaluation (
Optional startIndex As Integer = 0,
Optional endIndex As Integer = 2147483647,
Optional withTests As Boolean = true,
Optional withDebug As Boolean = false
)public:
[ObsoleteAttribute(L"This method will be removed soon. Use RegionEvaluable.RequestEvaluation() instead")]
void StartEvaluation(
int startIndex = 0,
int endIndex = 2147483647,
bool withTests = true,
bool withDebug = false
)[<ObsoleteAttribute("This method will be removed soon. Use RegionEvaluable.RequestEvaluation() instead")>]
member StartEvaluation :
?startIndex : int *
?endIndex : int *
?withTests : bool *
?withDebug : bool
(* Defaults:
let _startIndex = defaultArg startIndex 0
let _endIndex = defaultArg endIndex 2147483647
let _withTests = defaultArg withTests true
let _withDebug = defaultArg withDebug false
*)
-> unit