Type Default Read Only Description
[C#]
State

[Visual Basic]
State
  n/a Yes The State of the current task.

 

   

Notes
 

The state of the current task, typically accessed from a different thread.

By accessing this property from a different thread one can implement a progress bar and cancel features.

 

   

Example
 

None.