PluginType¶ Summary¶ Represents a plugin algorithm type. Signature 1public abstract interface PluginType Namespace¶ cAlgo.API Properties¶ IsEnabled¶ Summary Returns true if plugin is enabled otherwise false. Signature 1public abstract bool IsEnabled {get;} Return Value bool Related Tutorials¶ Algo Registry