Click or drag to resize

ExecutionMode Enumeration

Defines how RelaxIS is using the plugin.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public enum ExecutionMode
Members
Member nameValueDescription
FromUserInterface0 The plugin is run from the user interface.
StandaloneRun1 The plugin is run in stand-alone mode, e.g. as part of another function.
See Also