Click or drag to resize
UniqueKUtilityIsFinished Method
Distributed Algorithm Simulator
Checks whether the algorithm execution is finished.

Namespace: DistributedAlgorithms
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override bool IsFinished(
	int n,
	List<Node> nodeList
)

Parameters

n
Type: SystemInt32
Ring size
nodeList
Type: System.Collections.GenericListNode
Node list

Return Value

Type: Boolean
true if executioin is finished; otherwise, false.
See Also