InstallationOperation
Summary
Provides access to the properties describing an asynchronous algo installation operation.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | |
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