Show / Hide Table of Contents

Class ProgressEvent

Inheritance
System.Object
ExecutionEvent
ProgressEvent
ModuleProgressEvent
RunEndedEvent
RunStartedEvent
Inherited Members
ExecutionEvent.ExecutionHandle
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CompAnalytics.Contracts
Assembly: CompAnalytics.Contracts.dll
Syntax
[DataContract]
[Serializable]
public abstract class ProgressEvent : ExecutionEvent

Properties

EndDateTime

Declaration
[DataMember]
public DateTimeOffset? EndDateTime { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

StartDateTime

Declaration
[DataMember]
public DateTimeOffset? StartDateTime { get; set; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

Stats

Declaration
[DataMember]
public ProgressStats Stats { get; set; }
Property Value
Type Description
ProgressStats
Back to top Copyright © 2019 Composable Analytics, Inc.