Skip to content

PluginType

Summary

Represents a plugin algorithm type.

Signature

1
public abstract interface PluginType

Namespace

cAlgo.API

Properties

IsEnabled

Summary

Returns true if plugin is enabled otherwise false.

Signature

1
public abstract bool IsEnabled {get;}

Return Value

bool