cronix


Compiler

Module responsible for compiling the startup.fsx script.

Functions and values

Function or valueDescription
compileScript state
Signature: state:StartupScriptState -> Result<StartupScriptState,string>

Compiles the startup script.

compileSetup ()
Signature: unit -> unit

cleans up the working directory

getStartupScript ()
Signature: unit -> Result<string,string>

Loads the startup script.

loadAssemblies ()
Signature: unit -> Result<string [],'?7121>
Type parameters: '?7121

Scans for assemblies in the cronix service directory. Returns assembly name list.

outputAssembly
Signature: string

Output assembly name constant.

startupFile
Signature: string

Statup script name constant.

Fork me on GitHub