Skip to content

CompilerNotify

[Source]

Notify which is called by the compiler when it is done.

interface ref CompilerNotify

Public Behaviours

done_compiling

[Source]

be done_compiling(
  package: FilePath val,
  result: (Program val | Array[Error val] val),
  run: USize val)

Parameters