Click or drag to resize

IRecordBaseGetProcessingStatus Method

Return processing status of a given phase.

Namespace:  Mavidian.DataConveyer.Entities.KeyVal
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
PhaseStatus GetProcessingStatus(
	Phase phase,
	int transformerNo = 0
)

Parameters

phase
Type: Mavidian.DataConveyer.CommonPhase
One of: Intake, Transformation or Output.
transformerNo (Optional)
Type: SystemInt32
Transformer number (0-based); optional, if omitted, then 0, i.e. first transformer assumed ; irrelevant in case of Intake or Output.

Return Value

Type: PhaseStatus
Immutable PhaseStatus object that describes the current status of processing or a given phase.
See Also