I'm using Perforce's P4API.NET
to programmatically submit a large branch operation and would like to be able to provide my users with some feedback.
When using the command-line p4
client, there's a -I
option for getting progress reports. Is there any way to get these reports with the API?
I'm using r13.1
but can upgrade if necessary.