ILNumerics.Net
ILAlgorithmState Enumeration

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsILAlgorithmState
ILNumerics.Net - numeric computing for .NET
Possible states for ILAsyncAlgorithm
Declaration Syntax
C#Visual BasicVisual C++
public enum ILAlgorithmState
Public Enumeration ILAlgorithmState
public enum class ILAlgorithmState
Members
MemberDescription
Initialized
The algorithm was newly created

Running
the algorithm is running normally

Suspended
the algorithm was temporarily suspended

Finished
the algorithm finished successfully

Canceled
the algorithm was cancelled

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.3.13.0 (0.9.29.0)