Searched refs:firstError (Results 1 – 1 of 1) sorted by relevance
49 TaskGeneric::ExecutionResult firstError(TaskGeneric::EResultOK); in run() local61 if ((result != TaskGeneric::EResultOK) && (firstError == TaskGeneric::EResultOK)) { in run()62 firstError = result; in run()67 if ((result != TaskGeneric::EResultOK) && (firstError == TaskGeneric::EResultOK)) { in run()68 firstError = result; in run()70 switch (firstError) { in run()74 firstError = TaskGeneric::EResultOK; in run()89 return firstError; in run()107 TaskGeneric::ExecutionResult firstError(TaskGeneric::EResultOK); in runAsyncTasksQueued() local112 if ((result != TaskGeneric::EResultOK) && (firstError == TaskGeneric::EResultOK)) { in runAsyncTasksQueued()[all …]