Multiple choice technology

  1. Which method ends the current activity and returns control to the calling activity.

  1. (a) Activity-End

  2. (b) End-Activity

  3. (c) Exit-Activity

  4. none of the above

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

The Exit-Activity method terminates the current activity and returns control to the calling activity or flow. This is the standard way to exit an activity programmatically. Activity-End and End-Activity are not valid method names in Process Commander's activity model. The Exit-Activity method properly manages the call stack and control transfer.