InstallationOperation¶
Summary¶
Provides access to the properties describing an asynchronous algo installation operation.
Signature
1 |
|
Namespace¶
cAlgo.API
Methods¶
WithResult¶
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
result | InstallationResult |
Return Value
InstallationOperation
SetResult¶
Signature
1 |
|
Parameters
Name | Type | Description |
---|---|---|
result | InstallationResult |
Return Value
void
Properties¶
IsExecuting¶
Summary
True if installation operation is being executed, false if it completed.
Signature
1 |
|
Return Value
bool
Result¶
Summary
The result of installation operation.
Signature
1 |
|
Return Value
InstallationResult