Multiple choice technology packaged enterprise solutions

Which instruction is used to start execution of second activity asynchronously

  1. Branch

  2. Call

  3. Queue

  4. None

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

The Queue instruction (or Queue-Activity method) is used to start the execution of another activity asynchronously in a child thread, while Call executes it synchronously and Branch transfers control to it without returning.