Chameleon Plug-in API
FeedBack..::.ReturnCode Enumeration
NamespacesBKTech.Chameleon.PluginsFeedBackFeedBack..::.ReturnCode
The type of feedback returned.
Declaration Syntax
C#Visual BasicVisual C++
public enum ReturnCode
Public Enumeration ReturnCode
public enum class ReturnCode
Members
MemberDescription
Success
Indicates that a plug-in has completed a task or sub-task normally

Warning
Indicates that a plug-in encountered a problem, but continued executing

Failure
Indicates that a plug-in encountered a problem and could not proceed.

Debug
Added by a programmer to provide highly detailed information about a plug-in's operation

QuickUpdate
A quick, non-peristent update.

Assembly: Chameleon_Plugin (Module: Chameleon_Plugin) Version: 2.0.2.16570 (2.0.2.0)