I'm trying to execute GP tool ConvertLabelsToAnnotation without adding the output to the current map. I've used flag GPExecuteToolFlags.None ("No action is taken"), but the annotation layer was added to map and project was refreshed.
Geoprocessing.ExecuteToolAsync("cartography.ConvertLabelsToAnnotation", parameters, null, null, null, flags: GPExecuteToolFlags.None);