Grasshopper API
GH_ProcessStep Enumeration |
Enumerates all possible solution states in which the document can be.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)


Member name | Value | Description | |
---|---|---|---|
PreProcess | 0 | The document is ready for a new solution | |
Process | 1 | The document is currently calculating a new solution, no changes are allowed during this phase | |
PostProcess | 2 | The document has completed a solution, and nothing has changed since. | |
Aborted | 3 | The last solution has been aborted before it reached completion. |
