Click or drag to resize

GH_RuntimeMessageLevel Enumeration

Indicates the severity of a runtime message.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_RuntimeMessageLevel
Members
  Member nameValueDescription
Blank0 No warnings or errors were recorded during solver-time processes
Remark255 One of more messages (but no warnings and no errors) were recorded during solver-time processes.
Warning10 One or more warnings (but no errors) were recorded during solver-time processes
Error20 One or more errors (and possibly any number of warnings) were recorded during solver-time processes.
See Also