EnvironmentType
Summary
Represents the different environments where an algo can run.
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 | |
See Also
Fields
Desktop
Summary
Represents the Desktop environment.
Signature
1 | |
Return Value
EnvironmentType
Cloud
Summary
Represents the Cloud environment where algos can run.
Signature
1 | |
Return Value
EnvironmentType
CLI
Summary
Represents the Command Line Interface (CLI) environment.
Signature
1 | |
Return Value
EnvironmentType