WorkItemBase Properties |
The WorkItemBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | Description |
Gets or sets the description.
|
![]() | IsSingleton |
Gets a value indicating whether just one instance of this workitem should be scheduled for execution (true) or
multiple instances are allowed (false)
|
![]() | SubTaskProgressInitHandler |
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.
|
![]() | SubTaskProgressTaskCompletedHandler |
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.
|
![]() | SubTaskProgressTaskStartHandler |
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.
|