FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsActualDuration..::..stepCompleted Property

Gets or sets a value indicating whether [step completed].

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public bool stepCompleted { get; set; }
Public Property stepCompleted As Boolean
	Get
	Set
public:
property bool^ stepCompleted {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [step completed]; otherwise, false.