SOLIDWORKS PDM Professional API Help Send Feedback
IEdmTaskProperties Interface Properties
See Also 
  
EPDM.Interop.epdm Namespace : IEdmTaskProperties Interface

For a list of all members of this type, see IEdmTaskProperties members.

Public Properties

 NameDescription
 PropertyAddInNameGets the name of the add-in that is used to execute this task.  
 PropertyFormNameGets the name of the data card to show when the task is launched.  
 PropertyIsScheduledGets whether this task is scheduled.  
 PropertyRetryCountGets the number of times to retry the task on failure.  
 PropertyTaskFlagsGets or sets task-specific options.  
 PropertyTaskGUIDGets the unique ID of this task definition.  
 PropertyTaskIDGets the database ID of this task definition.  
 PropertyTaskNameGets the name of this task.  
 PropertyTimeoutInSecondsGets the number of seconds to wait until failing the task.  
 PropertyUserNameGets the name of the user as whom to execute this task.  
Top

See Also