Returns the contents of the script that was run.
()
| 274 | * Returns the contents of the script that was run. |
| 275 | */ |
| 276 | public String getScript() { |
| 277 | return ScriptState.get().getScript(); |
| 278 | } |
| 279 | |
| 280 | public String getScriptId() { |
| 281 | return ScriptState.get().getId(); |