ScriptTask.LastRun Property

Contains the TimeSpan of the last (most recent) execution of the script.
<ID("LastRun", (int)e.LastRun)> _ 
Public Property LastRun() As DateTimeOffset 
Get 
This language is not supported or no code example is available.
[ID("LastRun", (int)e.LastRun)] 
public DateTimeOffset LastRun {get;}
This language is not supported or no code example is available.

Property Value

DateTimeOffset

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition