test
This commit is contained in:
parent
6e0908a4fa
commit
178b92a714
@ -2,7 +2,7 @@
|
||||
"profiles": {
|
||||
"LinkToolAddin": {
|
||||
"commandName": "Executable",
|
||||
"executablePath": "C:\\Program Files\\ArcGIS\\Pro\\bin\\ArcGISPro.exe",
|
||||
"executablePath": "C:/Program Files/ArcGIS/Pro/bin/ArcGISPro.exe",
|
||||
"applicationUrl": "https://localhost:5001",
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
|
||||
@ -178,7 +178,7 @@ public class Gateway
|
||||
callback?.Invoke(toolListItem);
|
||||
}
|
||||
|
||||
public static async void TestWOrkflow(string message, string model, string gdbPath, Action<MessageListItem> callback)
|
||||
public static async void TestWorkflow(string message, string model, string gdbPath, Action<MessageListItem> callback)
|
||||
{
|
||||
Thread.Sleep(2000);
|
||||
MessageListItem chatListItem = new ChatMessageItem
|
||||
|
||||
Loading…
Reference in New Issue
Block a user