TK_Status
Enumerations | |
enum | TK_Status { TK_Normal = 0, TK_Error = 1, TK_Pause = 2, TK_Single = 3, TK_Pending = 4, TK_Revisit = 5, TK_Complete = 6, TK_Version = 7, TK_NotFound = 8, TK_Abort = 9, TK_LibraryNotFound = 10 } |
Codes which can be either passed to various toolkit functions, or indicate the result of a toolkit function call. More... | |
Detailed Description
Enumeration Type Documentation
◆ TK_Status
enum TK_Status |
Codes which can be either passed to various toolkit functions, or indicate the result of a toolkit function call.
Various toolkit functions can take arguments which control processing behavior. Most functions also provide a return value of type TK_Status to indicate success, failure or other information about processing status.