Multiple choice technology architecture

____ is a valid BTM Return code.

  1. TASK_EXECUTING

  2. TASK_COMPLETE

  3. TASK_FAILED

  4. TASK_EXIT

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

TASK_COMPLETE is a valid BTM return code indicating a task finished successfully. TASK_EXECUTING is a state (not a return code), TASK_FAILED is likely an error state, and TASK_EXIT may be an event rather than a standardized return code.