Last Run Date?

Discussion related to "Everything" 1.5.
Post Reply
err_24546
Posts: 79
Joined: Wed Oct 11, 2023 1:47 am

Last Run Date?

Post by err_24546 »

Since Everything can keep track of the run count for an item, does it make sense to have the date of the last time that count was modified? That way, it would be possible to have a history of the latest executions.
therube
Posts: 5723
Joined: Thu Sep 03, 2009 6:48 pm

Re: Last Run Date?

Post by therube »

(Separately, Everything 1.5 does have a 'Run Date' Property, that can be accessed...
I suppose it is not separate, actually, as it is stored in 'Run History.csv'.)
err_24546
Posts: 79
Joined: Wed Oct 11, 2023 1:47 am

Re: Last Run Date?

Post by err_24546 »

That's good to know. I wonder if it do gets updated in sync with run count
Do you know by any chance if each change is written quickly to that file? I was planning to access it via IPC, but the tool I use doesn't support SDK 3 yet.
Edit: Nevermind, I just found that Date Run is actually available in old SDK.
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: Last Run Date?

Post by void »

Everything 1.5 has a date run property.

It's no longer in the main column header context menu.
Instead it can be found under Columns by Category -> Index -> Date Run
-or-
Search for the Date Run property

"Date run" is the date and time the item was last run.
Post Reply