Class ReportHeapSnapshotProgressEventArgs
- Namespace
- OpenQA.Selenium.DevTools.V130.HeapProfiler
- Assembly
- WebDriver.dll
ReportHeapSnapshotProgress
public sealed class ReportHeapSnapshotProgressEventArgs : EventArgs
- Inheritance
-
ReportHeapSnapshotProgressEventArgs
- Inherited Members
Properties
Done
Gets or sets the done
[JsonPropertyName("done")]
public long Done { get; set; }
Property Value
Finished
Gets or sets the finished
[JsonPropertyName("finished")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Finished { get; set; }
Property Value
- bool?
Total
Gets or sets the total
[JsonPropertyName("total")]
public long Total { get; set; }