Click or drag to resize

StateIsMinParticipationReached Method

Determines whether the minimum participation has been reached. The state instance of an item cannot be closed as long as the minimum participation has not been reached, this means that enough tasks must have been accomplished before the workflow can proceed to the next step.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool IsMinParticipationReached(
	int participationCount,
	int totalCount
)

Parameters

participationCount
Type: SystemInt32
The current participation count.
totalCount
Type: SystemInt32
The total count of users able to participate.

Return Value

Type: Boolean
True if reached, else False.
See Also