View source
typedef TProgressUpdateEvent
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Fields
optionalpercentage:Null<Int>
Optional progress percentage to display (value range: 0 to 100). If omitted no percentage will be shown.
optionalmessage:Null<String>
Optional, more detailed progress message. If omitted, the previous message (if any) is used.