WorkingThreadVerify Method
Check if current working thread must be terminated. Raises an exception if required.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public static WorkingThreadState Verify(
bool allowException = true
)
Public Shared Function Verify (
Optional allowException As Boolean = true
) As WorkingThreadState
public:
static WorkingThreadState Verify(
bool allowException = true
)
static member Verify :
?allowException : bool
(* Defaults:
let _allowException = defaultArg allowException true
*)
-> WorkingThreadState
- allowException Boolean (Optional)
-
Determines whether exception can be raised in order to terminate evaluation.
WorkingThreadState
Defines if thread must be terminated or not.