Show / Hide Table of Contents

Interface ISessionEvent

Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
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
string Id { get; set; }
Property Value
Type Description
System.String

Priority

Declaration
EventPriority Priority { get; set; }
Property Value
Type Description
EventPriority

Status

Declaration
string Status { get; set; }
Property Value
Type Description
System.String

Time

Declaration
long Time { get; set; }
Property Value
Type Description
System.Int64

TimeVba

Declaration
double TimeVba { get; set; }
Property Value
Type Description
System.Double
In This Article
Back to top Generated by DocFX