Click or drag to resize

IProcessInfo Interface

Provides Process information for the selected case.

Namespace:  EdaIntegrationContract.Process
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public interface IProcessInfo

The IProcessInfo type exposes the following members.

Properties
  NameDescription
Public propertyActivity
Current Activity
Public propertyRunningCount
Current Activity Count
Public propertyServiceAgentList
List of Service Agent by Activity
Public propertyStatus
Current Status
Public propertyTimeRemaining
Time remaining to complete the Current Activity
Top
See Also