Exam AD01 All QuestionsBrowse all questions from this 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)

    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
winbha

IsStopRequested() is correct

LH1213

IsStopRequested()