Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

FSEvents.CurrentEventId

Queries current event ID for system.

Component Version macOS Windows Linux Server iOS SDK
FSEvents 5.4 ✅ Yes ❌ No ❌ No ✅ Yes, on macOS ❌ No
MBS( "FSEvents.CurrentEventId" )

Parameters

none

Result

Returns ID or error.

Description

Queries current event ID for system.
Fetches the most recently generated event ID, system-wide (not just for one stream). By the time it is returned to your application even newer events may have already been generated.

Examples

Show current event ID:

Show Custom Dialog ["Current event ID"; MBS( "FSEvents.CurrentEventId" )]

See also

Created 18th November 2015, last changed 13th March 2016


FSEvents.CreateRelativeToDevice - FSEvents.Description

Feedback: Report problem or ask question.