WorkingThreadVerify Method

Check if current working thread must be terminated. Raises an exception if required.

Definition

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

Parameters

allowException  Boolean  (Optional)
Determines whether exception can be raised in order to terminate evaluation.

Return Value

WorkingThreadState
Defines if thread must be terminated or not.

See Also