Abort::
Ends the pipeline immediately and returns an HTTP status code of 500 (Server error) to the client
Continue::
Continue processing the next contributor in the pipeline
Finished::
Ordinarily, this should not be used. It is reserved for use by the final pipeline contributor
RenderNow::
Finishes further pipeline processing and renders the current OperationResult? to the browser
