This works fine in the application for copying a folder or frenaming folders and files. Other tools though report success but do not actually do the task. Copying a file does not work for example.
if (string.Equals(e.JobInfo.JobStatus.ToString(), "esriJobSucceeded")) { Wait.Visibility = Visibility.Collapsed; }