VsSearchTask.SetTaskStatus Method
Helper function to set the task status.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Protected Function SetTaskStatus ( _
status As VSConstants.VsSearchTaskStatus _
) As Boolean
protected bool SetTaskStatus(
VSConstants.VsSearchTaskStatus status
)
protected:
bool SetTaskStatus(
VSConstants::VsSearchTaskStatus status
)
member SetTaskStatus :
status:VSConstants.VsSearchTaskStatus -> bool
protected function SetTaskStatus(
status : VSConstants.VsSearchTaskStatus
) : boolean
Parameters
status
Type: Microsoft.VisualStudio.VSConstants.VsSearchTaskStatusStatus to be set.
Return Value
Type: System.Boolean
Remarks
Setting to the new status to Started can only be done while the task is in the Created state. Setting to Stopped can only be done when the task is running (Started), or was created but not started yet (Created). Once the task status is set to Stopped, it cannot be taken out of that state. Error and Completed state can only be set when the task is started (Started).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.