ReferenceNodeCodestopOn this pagestopStop the process by returning the stop status.KeystopConfiguration Keys:no configuration keysResultsok - The message has been loggedProcess Methodpublic function process(ContextInterface $context): ResultInterface{ return $this->result(ResultInterface::STOP, 'Stop processing.');}