Constant value = 5. Checks if the user has cancelled the process.
[Visual Basic] Public const USERFEEDBACK As Integer = 5 [C#] public const int USERFEEDBACK = 5; [C++] public: const int USERFEEDBACK = 5; [JScript] public const var USERFEEDBACK: int = 5;
LogType Class | Okapi.Library.Base Namespace