cef_navigation_entry_t.get_completion_time

Returns the time for the last known successful navigation completion. A navigation may be completed more than once if the page is reloaded. May be 0 if the navigation has not yet completed.

struct cef_navigation_entry_t
extern (System)
cef_basetime_t function(cef_navigation_entry_t* self) nothrow get_completion_time;

Meta