Click or drag to resize

PluginCommandState Enumeration

Defines the result of executing a result.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public enum PluginCommandState
Members
Member nameValueDescription
CommandOK0 The command was successfully executed.
InvalidValue1 The value given to the command was invalid.
FailedToExecute2 The command failed to execute.
UnknownCommand3 The command is unknown to the plugin.
See Also