The following tables list the members exposed by IEdmTaskProperties.
| Name | Description | |
|---|---|---|
![]() | AddInName | Gets the name of the add-in that is used to execute this task. |
![]() | FormName | Gets the name of the data card to show when the task is launched. |
![]() | IsScheduled | Gets whether this task is scheduled. |
![]() | RetryCount | Gets the number of times to retry the task on failure. |
![]() | TaskFlags | Gets or sets task-specific options. |
![]() | TaskGUID | Gets the unique ID of this task definition. |
![]() | TaskID | Gets the database ID of this task definition. |
![]() | TaskName | Gets the name of this task. |
![]() | TimeoutInSeconds | Gets the number of seconds to wait until failing the task. |
![]() | UserName | Gets the name of the user as whom to execute this task. |
| Name | Description | |
|---|---|---|
![]() | GetMenuCmds | Gets the menu commands set with IEdmTaskProperties::SetMenuCmds. |
![]() | GetSel | Gets the selection of objects on which to execute this task. |
![]() | GetSetupPages | Gets the setup pages added to the task property dialog box using IEdmTaskProperties::SetSetupPages. |
![]() | GetValEx | Gets the value of a user-defined variable created with IEdmTaskProperties::SetValEx. |
![]() | GetVar | Gets the value of a card variable created in the administration tool and set by IEdmTaskProperties::SetVar. |
![]() | SetMenuCmds | Adds the specified menu commands to File Explorer context menus. |
![]() | SetSel | Sets the selection of objects on which to execute this task. |
![]() | SetSetupPages | Adds setup pages to the task property dialog box for this task definition. |
![]() | SetValEx | Sets a value for the specified user-defined variable. |
![]() | SetVar | Sets the value of a card variable created in the administration tool. |

