4 references to Stop
Microsoft.ML.Core (4)
Data\ProgressReporter.cs (3)
105_tracker.Log(this, ProgressEvent.EventKind.Stop, null); 410case ProgressEvent.EventKind.Stop: 413_pendingEvents.Enqueue(new ProgressEvent(info.Index, info.Name, info.StartTime, ProgressEvent.EventKind.Stop));
Environment\ConsoleEnvironment.cs (1)
208case ProgressReporting.ProgressEvent.EventKind.Stop: