Click or drag to resize
WorkItemBase Properties

The WorkItemBase type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets or sets the description.
Public propertyIsSingleton
Gets a value indicating whether just one instance of this workitem should be scheduled for execution (true) or multiple instances are allowed (false)
Public propertySubTaskProgressInitHandler
The handler of the SubTaskProgressInitCallBack. Setting this property will allow Start to reflect its current progress of subtasks executed within a general task in the progress viewer.
Public propertySubTaskProgressTaskCompletedHandler
The handler of the SubTaskProgressTaskCompletedCallBack. Setting this property will allow Start to reflect its current progress of subtasks executed within a general task in the progress viewer.
Public propertySubTaskProgressTaskStartHandler
The handler of the SubTaskProgressTaskStartCallBack. Setting this property will allow Start to reflect its current progress of subtasks executed within a general task in the progress viewer.
Top
See Also