Namespace:
Autodesk.Revit.UI
TaskDialogResult
Enumeration
Description:
Enum to specify the task dialog result.
Enum to specify the task dialog result.
TaskDialogResult Enumeration Members:
Name | Description |
---|---|
0 | Nothing is returned from the task dialog. |
1 | The return value for TaskDialogCommonButtons.Ok. |
2 | The return value for TaskDialogCommonButtons.Cancel or the task dialog is cancelled by ESC, Alt+F4 or the X close button. |
4 | The return value for TaskDialogCommonButtons.Retry. |
6 | The return value for TaskDialogCommonButtons.Yes. |
7 | The return value for TaskDialogCommonButtons.No. |
8 | The return value for TaskDialogCommonButtons.Close. |
1,001 | The return value for CommandLink whose Id is TaskDialogCommmandLinkId.CommandLink1. |
1,002 | The return value for CommandLink whose Id is TaskDialogCommmandLinkId.CommandLink2. |
1,003 | The return value for CommandLink whose Id is TaskDialogCommmandLinkId.CommandLink3. |
1,004 | The return value for CommandLink whose Id is TaskDialogCommmandLinkId.CommandLink4. |