AD01 Exam QuestionsBrowse all questions from this exam

AD01 Exam - Question 87


FILL BLANK

-

Examine the following Blue Prism Process diagram:

The Process contains logic in the ‘Control Room Stop Request?’ Decision stage, to recognise when a Process Controller has used the ‘Request Stop’ feature in Control Room, to bring the Process to a controlled stop.

What expression would you use in the ‘Control Room Stop Request?’ Decision stage, to ensure that the Process recognises that the Control Room ‘Request Stop’ command has been triggered?

(Remember, Blue Prism expressions are case sensitive)

Show Answer
Correct Answer:

To ensure that the Process recognizes that the Control Room 'Request Stop' command has been triggered, you should use the Blue Prism environment function 'IsStopRequested()' in the 'Control Room Stop Request?' Decision stage. This function will return true if the stop request has been issued, allowing for a controlled stop of the process.

Discussion

2 comments
Sign in to comment
winbha
Feb 16, 2023

IsStopRequested() is correct

LH1213
Mar 29, 2023

IsStopRequested()