EngineModelLastActionId Property
|
Returns the Id of the last executed Action during an automated replay.
Namespace:
Livit.Learn.ModelAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic string LastActionId { get; set; }
Property Value
Type:
String
Remarks
This is automatically set and handled by the automated replay system, and is primarily used during automated tests.
See Also