Type Alias ExecuteCommandFunction

ExecuteCommandFunction: ((args: any[], cancelToken: CancellationToken) => MaybePromise<unknown>)