Click or drag to resize

TransitionIsMinImediateParticipationReached Method

Determines whether the minimum participation (for immediate trigger) has been reached. If enough tasks have been accomplished and are choosing this as outbound transition, the transition will be taken even if the state's minimum participation has not been reached yet.

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 IsMinImediateParticipationReached(
	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