TrustTokenOperationDoneEventArgsStatus Property  | 
Version 106.0.290 
            Detailed success or error status of the operation.
            'AlreadyExists' also signifies a successful operation, as the result
            of the operation already exists und thus, the operation was abort
            preemptively (e.g. a cache hit).
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic TrustTokenOperationDoneStatus Status { get; set; }public:
property TrustTokenOperationDoneStatus Status {
	TrustTokenOperationDoneStatus get ();
	void set (TrustTokenOperationDoneStatus value);
}Property Value
Type: 
TrustTokenOperationDoneStatus
See Also