Used to disable interactive debug features like Debug.MsgBox. Interactive debug messages should be disabled when data management scripts are running unattended.
[Visual Basic] Public Property DisableInteractiveDebug As Boolean
[C#] public bool DisableInteractiveDebug {get; set;}