[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eRunningService\u003c/code\u003e class in the Google.Cloud.MigrationCenter.V1 API provides details about guest OS running services, including service name, command line, binary path, and process ID.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eRunningService\u003c/code\u003e class is 1.4.0, with previous versions 1.3.0, 1.2.0, 1.1.0, and 1.0.0 also available, and is part of the Migration Center v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eRunningService\u003c/code\u003e class include \u003ccode\u003eCmdline\u003c/code\u003e, \u003ccode\u003eExePath\u003c/code\u003e, \u003ccode\u003ePid\u003c/code\u003e, \u003ccode\u003eServiceName\u003c/code\u003e, \u003ccode\u003eStartMode\u003c/code\u003e, and \u003ccode\u003eState\u003c/code\u003e, providing information about the service's execution and configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe StartMode and State properties are enums which are found as nested types within the RunningService class definition.\u003c/p\u003e\n"]]],[],null,["# Migration Center v1 API - Class RunningService (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.RunningService)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.3.0/Google.Cloud.MigrationCenter.V1.RunningService)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.2.0/Google.Cloud.MigrationCenter.V1.RunningService)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.1.0/Google.Cloud.MigrationCenter.V1.RunningService)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/1.0.0/Google.Cloud.MigrationCenter.V1.RunningService) \n\n public sealed class RunningService : IMessage\u003cRunningService\u003e, IEquatable\u003cRunningService\u003e, IDeepCloneable\u003cRunningService\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Migration Center v1 API class RunningService.\n\nGuest OS running service details. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RunningService \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[RunningService](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.RunningService), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[RunningService](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.RunningService), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[RunningService](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1.RunningService), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.MigrationCenter.V1](/dotnet/docs/reference/Google.Cloud.MigrationCenter.V1/latest/Google.Cloud.MigrationCenter.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.MigrationCenter.V1.dll\n\nConstructors\n------------\n\n### RunningService()\n\n public RunningService()\n\n### RunningService(RunningService)\n\n public RunningService(RunningService other)\n\nProperties\n----------\n\n### Cmdline\n\n public string Cmdline { get; set; }\n\nService command line.\n\n### ExePath\n\n public string ExePath { get; set; }\n\nService binary path.\n\n### Pid\n\n public long Pid { get; set; }\n\nService pid.\n\n### ServiceName\n\n public string ServiceName { get; set; }\n\nService name.\n\n### StartMode\n\n public RunningService.Types.StartMode StartMode { get; set; }\n\nService start mode (OS-agnostic).\n\n### State\n\n public RunningService.Types.State State { get; set; }\n\nService state (OS-agnostic)."]]