Priority read/write
property Sets/Gets the thread priority.
Syntax:
object.Priority = value
variable = object.Priority
Arguments
The value should be between -15 and +15. The default is -2 (low
priority).
Remarks:
If the thread is currently running its priority is dynamically
adjusted, if it is not running the value is recorded and used when the
script is started.
Applies to: COMScriptThread
object
|