IUnitOperationEndCalculationEventArgs Interface

The unit operation calculation prcess has been completed.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[ComVisibleAttribute(true)]
[GuidAttribute("951D755F-8831-4691-9B54-CC9935A5B7CC")]
public interface IUnitOperationEndCalculationEventArgs

Remarks

Provides information about the completion of the unit operation calculation process.

Properties

Message The message from the unit operation regarding the completion of the calculation process.
UnitOperationName The name of the unit operation being calculated.

See Also