pub async fn pause_projection( __arg0: State<Arc<EventStore>>, __arg1: Path<String>, ) -> Result<Json<Value>>
Pause a projection
Sets the projection status to “paused” so it stops processing new events.