Interface ISession
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface ISession
Properties
EndTime
Declaration
long EndTime { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
EndTimeVba
Declaration
double EndTimeVba { get; set; }
Property Value
Type |
Description |
System.Double |
|
Id
Declaration
SessionId Id { get; set; }
Property Value
Name
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Path
Declaration
string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
SessionBuildNumber
Declaration
int SessionBuildNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SessionMajorVersion
Declaration
int SessionMajorVersion { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SessionMinorVersion
Declaration
int SessionMinorVersion { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StartTime
Declaration
long StartTime { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
StartTimeVba
Declaration
double StartTimeVba { get; set; }
Property Value
Type |
Description |
System.Double |
|
State
Declaration
SessionState State { get; set; }
Property Value
TimeOfRecording
Declaration
DateTime TimeOfRecording { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Version
Declaration
string Version { get; set; }
Property Value
Type |
Description |
System.String |
|