The type of feedback returned.
| C# | Visual Basic | Visual C++ |
public enum ReturnCode
Public Enumeration ReturnCode
public enum class ReturnCode
| Member | Description |
|---|---|
| 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.
|