A Genetic Programming Framework for .NET

GPEngine.RunInterrupted Property

Gets a value indicating whether a run was interrupted.

public bool RunInterrupted {get;}

Property Value

true if a run was interrupted; otherwise, false.

Remarks

This value is set to true when any of the status events with CancelEventArgs have their Cancel property set to true.

To resume an interrupted run, call the Run method again.

This property is reset to false when the ProblemSpaceClasses property is set or the Run method is called.

See Also

GPEngine Class | GeneticProgrammingEngine Namespace | Run Method | run Term