getting closer to full port of web app starter
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
:sig
|
||||
bool unit_compile(String path = "")
|
||||
|
||||
:params
|
||||
path : optional UCE unit path. If empty, recompiles the current executing unit.
|
||||
return value : `true` when the unit was compiled and loaded successfully
|
||||
|
||||
:desc
|
||||
Triggers a manual recompile of a UCE compilation unit.
|
||||
|
||||
If `path` is relative, it is resolved relative to the current executing unit. Successful manual compiles also refresh the in-memory metadata for that unit.
|
||||
|
||||
:see
|
||||
unit_info
|
||||
units_list
|
||||
Reference in New Issue
Block a user