Click or drag to resize

StateIsMaxParticipationReached Method

Determines whether the maximum participation has been reached. If the maximum participation has been reached, the state instance of an item can be closed even if some tasks have not been completed 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 IsMaxParticipationReached(
	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