Options for deleting a deployed solution item and all of the items that were created as part of that deployment

interface IDeleteSolutionOptions {
    consoleProgress?: boolean;
    jobId?: string;
    progressCallback?: ISolutionProgressCallback;
}

Properties

consoleProgress?: boolean

Should progress be echoed to the debugging console? default: false

jobId?: string

Calling-program-supplied id, perhaps used to distinguish between concurrent deployments or deletions; default: id of solution being deleted

progressCallback?: ISolutionProgressCallback

Packet of supplemental information provided from certain progress states, e.g., Finished deleting an item or deploying a Solution item