Skip to content

CompilationResult

Summary

The result of an algo compilation.

Signature

1
public class CompilationResult

Namespace

cAlgo.API

Properties

Succeeded

Summary

Gets the result of compilation, True if succeeded otherwise False.

Signature

1
public bool Succeeded {get;}

Return Value

bool

Errors

Summary

Gets compilation errors if Succeeded was False, otherwise null.

Signature

1
public IReadonlyList<string> Errors {get;}

Return Value

IReadonlyList