Status property
Overview
The Status value.
Type:: PromptStatus
| Name | Description |
|---|---|
| PromptStatus_Keyword | Indicate the input value is a keyword. (-5005) |
| PromptStatus_Cancel | User input was canceled. (-5002) |
| PromptStatus_Error | An error occurred. (-5001) |
| PromptStatus_None | No input was provided. (5000) |
| PromptStatus_OK | Operation completed successfully. (5100) |