Possible states for ILAsyncAlgorithm
| C# | Visual Basic | Visual C++ |
public enum ILAlgorithmState
Public Enumeration ILAlgorithmState
public enum class ILAlgorithmState
| Member | Description |
|---|---|
| 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
|