Class SharedStorageWorkletOperationExecutionFinishedEventArgs
SharedStorageWorkletOperationExecutionFinished
public sealed class SharedStorageWorkletOperationExecutionFinishedEventArgs : EventArgs
- Inheritance
-
SharedStorageWorkletOperationExecutionFinishedEventArgs
- Inherited Members
Properties
ExecutionTime
Gets or sets the executionTime
[JsonPropertyName("executionTime")]
public long ExecutionTime { get; set; }
Property Value
FinishedTime
Gets or sets the finishedTime
[JsonPropertyName("finishedTime")]
public double FinishedTime { get; set; }
Property Value
MainFrameId
Gets or sets the mainFrameId
[JsonPropertyName("mainFrameId")]
public string MainFrameId { get; set; }
Property Value
Method
Gets or sets the method
[JsonPropertyName("method")]
public SharedStorageAccessMethod Method { get; set; }
Property Value
OperationId
Gets or sets the operationId
[JsonPropertyName("operationId")]
public string OperationId { get; set; }
Property Value
OwnerOrigin
Gets or sets the ownerOrigin
[JsonPropertyName("ownerOrigin")]
public string OwnerOrigin { get; set; }
Property Value
WorkletTargetId
Gets or sets the workletTargetId
[JsonPropertyName("workletTargetId")]
public string WorkletTargetId { get; set; }