00001 #if !defined(RESULT_STATUS_H) 00002 #define RESULT_STATUS_H 00003 00004 // values returned from Task Processor / Preparer section 00005 // to the caller 00006 00007 #define MSB_RESULT_ERROR -1 00008 #define MSB_RESULT_GOOD 0 00009 #define MSB_RESULT_FAIL 1 00010 #define MSB_RESULT_BUSY 2 // only between client and server 00011 00012 #endif // !defined(RESULT_STATUS_H)