Property opt.warnings
Overload
Options for showing run-time warnings and other info that can be useful to find problems in code at run time.
public static OWarnings warnings { get; }
Property Value
Examples
opt.warnings.Verbose = false;
print.warning("Example");
print.warning("Example");