| CallFrameCanBeRestarted Property  | 
Version 111.2.70 
            Valid only while the VM is paused and indicates whether this frame
            can be restarted or not. Note that a `true` value here does not
            guarantee that Debugger#restartFrame with this CallFrameId will be
            successful, but it is very likely.
            
 
    Namespace: 
   CefSharp.DevTools.Debugger
    Assembly:
   CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
 Syntax
Syntaxpublic bool? CanBeRestarted { get; set; }public:
property Nullable<bool> CanBeRestarted {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}Property Value
Type: 
NullableBoolean See Also
See Also