WorkingThread.Verify Method

Check whether the current working thread should be terminated. Throws an exception if that is required.

  Important

If AbortRequested flag is present in the result then the caller code must perform termination of the thread. This never happens when allowException is true because in that case an exception is thrown by this method.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static WorkingThreadState Verify(
	bool allowException = true
)

Parameters

allowException  Boolean  (Optional)
Determines whether an exception is thrown by this method in order to terminate evaluation.

Return Value

WorkingThreadState
A WorkingThreadState value describing the current state of the worker thread.

See Also