property InProgress : Boolean
Returns True while a script is executing in the background.
Use this property to determine whether or not a script is executing in the background. A typical use would be to prevent a user from starting a new script or any other communications operation until the current script is finished.