Click or drag to resize

AccessStoppingCondition Constructor (AccessQuery)

Initializes a new instance with the specified query. The StoppingClassification defaults to a constant value definition where AccessExists and the TimeObserver defaults to .

Namespace:  AGI.Foundation.StoppingConditions
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AccessStoppingCondition(
	AccessQuery query
)

Parameters

query
Type: AGI.Foundation.AccessAccessQuery
The query to analyze for this stopping condition.
See Also