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?
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?
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.
C is the correct answer. IsStopRequested() function is used for the immediate stop provided by the blue prism.
C is the answer
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.