ConstraintSystem.IsInterrupted Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns a value that indicates whether the last solve operation was interrupted.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public ReadOnly Property IsInterrupted As Boolean
public bool IsInterrupted { get; }
public:
property bool IsInterrupted {
    bool get ();
}
member IsInterrupted : bool
function get IsInterrupted () : boolean

Property Value

Type: System.Boolean
true if the last solve operation was interrupted; otherwise, false.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace