Microsoft FactoryOrchestrator Core IFactoryOrchestratorService ResetService(bool bool)
Microsoft.FactoryOrchestrator.Core
Microsoft.FactoryOrchestrator.Core.IFactoryOrchestratorService
IFactoryOrchestratorService.ResetService(bool, bool) Method
Stops all running Tasks and deletes all TaskLists.
void ResetService(bool preserveLogs=false, bool factoryReset=false);
Parameters
preserveLogs
System.Boolean
If true, are logs not deleted.
factoryReset
System.Boolean
If true, the service is restarted as if it is first boot. NOTE: Network communication is not disabled, connected clients may encounter issues and the 'EnableNetworkAccess' setting will be ignored!