MCPcopy Create free account
hub / github.com/camunda/camunda-platform-get-started / AwaitExitUserCmd

Method AwaitExitUserCmd

csharp/Program.cs:89–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 private static void AwaitExitUserCmd()
90 {
91 var command = "";
92 do
93 {
94 Console.Write("Type 'exit' to stop: ");
95 command = Console.ReadLine();
96 } while (!command.ToLower().Equals("exit"));
97 }
98 }
99}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected