WhichStartMethodStarted

 

Name

 

            WhichStartMethodStarted

 

Type

 

            Read

 

When to use it

 

            During OnProgress and OnFinish events.

 

Prototype

 

            property WhichStartMethodStarted: long;

 

Explanations

 

            Tells you which optimization algorithm is currently running. Possible values returned by this property are:

 

- 1 - no method has been called.

0 - StartGuillotine method has been called.

1- StartNested method has been called.

2 - StartMultiStages method has been called.

 

See also:

 

            StartGuillotine, StartNested, StartMultiStages, Stop.