GH_DocumentRequestAbortSolution Method |
Set the requestabort flag. The solution will be aborted whenever the current active object is completed.
It is also possible that active objects themselves implement an abortion mechanism, in which case abortion
might occur even sooner.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public void RequestAbortSolution()
Public Sub RequestAbortSolution
See Also