Starts the calculation and wait for the calculation to complete.
Syntax
Parameters
- millisecondsTimeout
- The number of milliseconds to wait.
Return Value
CalculationResult is returned which includes the overall status, all the status messages, and all results.
Exceptions
Exception | Description |
System.TimeoutException | A TimeoutException will be thrown if the calculation is
not complete within the specified number of milliseconds. |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also