Blue Prism Certified Developer (AD01) — Question 59
When a process is running in Control Room which of the following functions within the process can be accessed from Control Room to request the process to stop?
Answer options
- A. Stop ()
- B. IsStopRequested?
- C. IsStopRequested ()
- D. StopNow ()
- E. Stop?
- F. StopNow?
Correct answer: C
Explanation
The correct answer is C, 'IsStopRequested ()', as it is the designated function for checking if a stop request has been made. The other options either represent functions that do not exist or are not specifically used for this purpose, making them incorrect choices.