Skip to content

EnvironmentType

Summary

Represents the different environments where an algo can run.

Signature

1
public enum EnvironmentType

Namespace

cAlgo.API

See Also

Fields

Desktop

Summary

Represents the Desktop environment.

Signature

1
public static EnvironmentType Desktop;

Return Value

EnvironmentType

Cloud

Summary

Represents the Cloud environment where algos can run.

Signature

1
public static EnvironmentType Cloud;

Return Value

EnvironmentType

CLI

Summary

Represents the Command Line Interface (CLI) environment.

Signature

1
public static EnvironmentType CLI;

Return Value

EnvironmentType