View source
typedef CancelArguments
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Arguments for 'cancel' request.
Fields
optionalrequestId:Null<Int>
The ID (attribute 'seq') of the request to cancel. If missing no request is cancelled. Both a 'requestId' and a 'progressId' can be specified in one request.
optionalprogressId:Null<String>
The ID (attribute 'progressId') of the progress to cancel. If missing no progress is cancelled. Both a 'requestId' and a 'progressId' can be specified in one request.