Universal Windows Service Class Library

ExtendedInstallContext.InteractiveProcess Property

Property to mark service as interactive process which can communicate with the desktop. Only for services where logon account is LocalSystem.

public bool InteractiveProcess {get; set;}

Property Value

True if service is an interactive process else false.

Remarks

Property to mark service as interactive process which can communicate with the desktop. Only for services where logon account is LocalSystem.

See Also

ExtendedInstallContext Class | uws.Install Namespace | ServiceAccount