What property name should be added to this code snippet to allow a service to resume after pausing? if (FMServiceController.MISSING CODE) FMServiceController.Continue(); else MessageBox.Show("Service cannot be continued.");
CanContinue
CanPauseAndContinue
CanResume
Continue