Skip to content

InstallationResult

Summary

The result of an algo installation.

Signature

1
public class InstallationResult

Namespace

cAlgo.API

Properties

Succeeded

Summary

Returns True if algo installation succeeded otherwise false.

Signature

1
public bool Succeeded {get;}

Return Value

bool

Error

Summary

Returns algo installation error if algo installation failed otherwise null.

Signature

1
public InstallationError? Error {get;}

Return Value

InstallationError?