InstallationResult¶
Summary¶
The result of an algo installation.
Signature
1 |
|
Namespace¶
cAlgo.API
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?