RVTDocs.com
Namespace: Autodesk.Revit.UI

TaskDialogResult

Enumeration
Description:
Enum to specify the task dialog result.
Syntax
public enum TaskDialogResult
Unknown Namespace Members:
Name Description
None Nothing is returned from the task dialog.
Ok The return value for TaskDialogCommonButtons.Ok.
Cancel The return value for TaskDialogCommonButtons.Cancel or the task dialog is cancelled by ESC, Alt+F4 or the X close button.
Retry The return value for TaskDialogCommonButtons.Retry.
Yes The return value for TaskDialogCommonButtons.Yes.
No The return value for TaskDialogCommonButtons.No.
Close The return value for TaskDialogCommonButtons.Close.
CommandLink1 The return value for CommandLink whose Id is TaskDialogCommmandLinkId.CommandLink1.
CommandLink2 The return value for CommandLink whose Id is TaskDialogCommmandLinkId.CommandLink2.
CommandLink3 The return value for CommandLink whose Id is TaskDialogCommmandLinkId.CommandLink3.
CommandLink4 The return value for CommandLink whose Id is TaskDialogCommmandLinkId.CommandLink4.