Optimizer.IsRunning() Method

Top 

Description

Returns 1 if the optimizer is currently running, otherwise returns 0.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

Optimizer.IsRunning(

)

 

 

Return Value

Type:

number

 

 

Returns 1 if the optimizer is currently running, otherwise returns 0.

 

Syntax

myVariable1 = myOptimizer1.IsRunning();

 

 

See also

Optimizer Object