Interface ISessionEvent
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface ISessionEvent
Properties
DefinitionId
Declaration
int DefinitionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Description
Declaration
string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
GroupName
Declaration
string GroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
Property Value
Type |
Description |
System.String |
|
Priority
Declaration
EventPriority Priority { get; set; }
Property Value
Status
Declaration
string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
Time
Declaration
Property Value
Type |
Description |
System.Int64 |
|
TimeVba
Declaration
double TimeVba { get; set; }
Property Value
Type |
Description |
System.Double |
|