Exam AD01 All QuestionsBrowse all questions from this exam
Question 27

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?

    Correct Answer: C

    When a process is running in Control Room, the correct function to use within the process to request the process to stop is 'IsStopRequested()'. This function allows the process to check if a stop has been requested from the Control Room and then handle the stop request appropriately.

Discussion
sogoku_ichi_2907Option: C

C is the correct answer. IsStopRequested() function is used for the immediate stop provided by the blue prism.

LH1213Option: C

C is the answer

KaleopanOption: C

C is correct. However requiring that BP Developers know that the additional space in "IsStopRequested ()" as opposed to the BluePrism formulation used when dragging the funcion into the expression window "IsStopRequested()" does not throw a syntax exception, is questionable.