EvaluationOptionsSleepTimeMs Property

Time between sequential checks being made by the current thread during the wait for the end of evaluation, in milliseconds. Accuracy of this value is limited by resolution of the system timer - for example, on Windows it is 15.6 milliseconds.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public int SleepTimeMs { get; set; }

Property Value

Int32

See Also