Constructs a new AcEdPromptResult.
The prompt status.
OptionalstringResult: stringOptional string result.
The status of the prompt (e.g. OK, Cancel, Error).
Modeled on PromptStatus in the AutoCAD .NET API.
OptionalstringAn optional string result.
This is typically set when status is Keyword or when the prompt
returns a string as its primary result.
Corresponds to PromptResult.StringResult in the .NET API.
Base class for a prompt result, similar to
Autodesk.AutoCAD.EditorInput.PromptResult. This class encapsulates common information returned by prompt methods.