Schedule.GetLastTimeStamp
-------------------------

Queries the last time stamp the schedule run.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [Schedule](component_Schedule.md) | [6.2](newinversion62.md) | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |

MBS( "Schedule.GetLastTimeStamp"; ScheduleRef ) 

**MBS**( **"Schedule.GetLastTimeStamp";** /\* Queries the last time stamp the schedule run. \*/  
**$ScheduleRef**) /\* The reference for a scheduled script call or sql query as returned by Schedule.StartScript\* functions or Schedule.ExecuteSQL\* functions.e.g. $ref \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| ScheduleRef | The reference for a scheduled script call or sql query as returned by Schedule.StartScript\* functions or Schedule.ExecuteSQL\* functions. | $ref |

### Result

Returns timestamp, empty or error.

### Description

Queries the last time stamp the schedule run.  
May be empty if not yet run.  
### See also

- [Schedule.GetTimeStamp](ScheduleGetTimeStamp.md)
- [Schedule.SetTimeStamp](ScheduleSetTimeStamp.md)

### Blog Entries

- [MBS FileMaker Plugin, version 6.2pr1](https://www.mbsplugins.de/archive/2016-03-19/MBS_FileMaker_Plugin_version_6/monkeybreadsoftware_blog_filemaker)

This function checks for a license.

Created 12nd March 2016 , last changed 12nd March 2016

  
[Schedule.GetFileName](ScheduleGetFileName.md) - [Schedule.GetRepeatDelay](ScheduleGetRepeatDelay.md)

[HTML Version](ScheduleGetLastTimeStamp.shtml)