Data type CompileResult
access this type via: util.Compiler (uses)
Data type representing the result of a compile attempt.
Constants
int OK
int ERROR
int FAULT
Fields
int resultCode The result of the compile (success or failure).
byte objectCode[] The compiled component object file, which can be written to disk as a '.o' file.
CompileError errors[] The list of compile errors and/or warnings, if any.