Click or drag to resize

GH_LoadingInstruction Enumeration

Enumerates all external GHA loading process instructions.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_LoadingInstruction
Members
  Member nameValueDescription
Proceed0 Proceed with GHA loading.
Abort1 Abort the GHA loading, all your components will be skipped.
See Also