public class ScriptCompilationResult extends Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
code |
int |
errorLine |
String |
errorMessage |
boolean |
success |
| Modifier | Constructor and Description |
|---|---|
protected |
ScriptCompilationResult(org.netxms.base.NXCPMessage msg)
Create result object from NXCP message
|
public boolean success
public String errorMessage
public int errorLine
public byte[] code
Copyright © 2017. All rights reserved.