ZennoLab Assemblies Documentation
LastExecutedActionElapsedTime Property
Example 
Get an information about last executed action elapsed time (ms).
Syntax
long LastExecutedActionElapsedTime {get;}

Property Value

Type: System.Int64

An information about last executed action elapsed time (ms).

Example
The following example uses property LastExecutedActionElapsedTime of "project" for getting last executed action elapsed time.
var timeMs = project.LastExecutedActionElapsedTime;
return timeMs;
$timeMs = $project->LastExecutedActionElapsedTime;
return $timeMs;
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

IZennoPosterProjectModel Interface
IZennoPosterProjectModel Members

Send Feedback