Displays the results of task execution in the task results control.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FloatingPanelTask
Dim jobID As String
Dim taskInput As Object
Dim taskResults As Object
instance.DisplayResults(jobID, taskInput, taskResults) |
Parameters
- jobID
- Unique ID of the task job.
- taskInput
- Input data used to execute the task.
- taskResults
- Results of the task execution.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also