Where are the SDK methods to Pause Label Drawing, or at least check/change the toggle state of "esri_mapping_labelPauseButton"?
I'm using iCommand methods to change the state of the toggle now, but the necessity is to ensure the label drawing engine doesn't interrupt custom processes included in an OnSketchCompleteAsync(Geometry geometry).
...similar to issues solved by MapView.DrawingPaused = true methods, except now with the label engine.