Click or drag to resize

TransitionIsMinParticipationReached Method

Determines whether the minimum participation has been reached. The transition cannot be taken if its minimal participation hasn't been reached, this means that enough tasks (choosing this as outbound transition) must have been accomplished to consider taking this transition.

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