### System information - **OS version/distro**: All supported - **.NET Version (eg., dotnet --info)**: All supported. ### Issue - I attempt to write training of the models using API as part of internal pipeline - After I run `pipeline.Train()` I was not able to stop training using standard .NET CancellationToken API - Please provide ability to cancel such long running operation as training.