Resume algorithm
| C# | Visual Basic | Visual C++ |
public void Resume()
Public Sub Resume
public: void Resume()
If the algorithm is in state 'Suspended', calling this method will
resume execution for this thread. Calling this method for an algorithm which is
not in state 'Suspended' will have no effect.
This method will be called in the context of the algorithm caller thread.