Set View Idle Update Frequency

Sets the frequency at which the graphical view is updated (for script optimization purposes).

Input Arguments

 

0

Integer

Idle Count

The number of “idle counts” between graphical view updates.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The idle update counts were set successfully.

FAILURE

An invalid (negative) idle count was specified.

 

Remarks

Idle counts have no specific length--so you cannot set a specific frequency (as in one update per second).

A higher idle count will update the graphical view less frequently, and as a result scripts will run faster (at the expense of a less-frequently updated view).