What is a Task Error?

For each task in a component, both of these must be true for the task to be successful:

Seeing Task Success in the Log

This section of a log shows RespGen.exe sending a return code of 100 and having a create process of 1.

Since a return code of 100 indicates success for Respgen.exe, this task succeeded.

Seeing Task Errors in the Log

This section of a log shows RespGen.exe sending a return code of 201 and having a create process of 1.

Since a return code of 100 indicates success for Respgen.exe, this task failed. Even though it had a CP of 1, its return code causes it to be treated as an error.