WorksheetEvaluationState Enumeration

Overall state of evaluation on worksheet level.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public enum WorksheetEvaluationState

Members

None0 No value.
Started1 Evaluation is started.
Finished2 Evaluation is finished successfully.
TimedOut3 Evaluation is timed out.
Aborted4 Evaluation is aborted by user.

See Also