Lines Matching refs:firstError
49 TaskGeneric::ExecutionResult firstError(TaskGeneric::EResultOK);
61 if ((result != TaskGeneric::EResultOK) && (firstError == TaskGeneric::EResultOK)) {
62 firstError = result;
67 if ((result != TaskGeneric::EResultOK) && (firstError == TaskGeneric::EResultOK)) {
68 firstError = result;
70 switch (firstError) {
74 firstError = TaskGeneric::EResultOK;
89 return firstError;
107 TaskGeneric::ExecutionResult firstError(TaskGeneric::EResultOK);
112 if ((result != TaskGeneric::EResultOK) && (firstError == TaskGeneric::EResultOK)) {
113 firstError = result;
117 return firstError;