FindMyFiles

FindMyFiles.Services

EngineServiceState Enum

SCM registration/run state of the fmf-engine service, as seen by the unelevated UI via QueryState() — drives whether the app offers to install, start, or nothing at all.

public enum EngineServiceState

Fields

NotInstalled 0

No FindMyFiles.Engine.EngineContract.ServiceName entry in the SCM (or the SCM is unreachable) — the UI offers a one-time install.

Stopped 1

Registered but not running — the UI offers to start it.

Running 2

Running (or on its way up: START/CONTINUE_PENDING) — no offer needed; the pipe transport can connect.