InstallationResult
Summary
The result of an algo installation.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 8 9 10 | |
1 2 3 4 5 6 7 8 9 10 11 | |
Properties
Succeeded
Summary
Returns True if algo installation succeeded otherwise false.
Signature
1 | |
Return Value
bool
Error
Summary
Returns algo installation error if algo installation failed otherwise null.
Signature
1 | |
Return Value
InstallationError?