Skip to content

Latest commit

 

History

History
128 lines (110 loc) · 2.84 KB

nf-shobjidl_core-irunnabletask-isrunning.md

File metadata and controls

128 lines (110 loc) · 2.84 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shobjidl_core.IRunnableTask.IsRunning
IRunnableTask::IsRunning (shobjidl_core.h)
Requests information on the state of a task, such as thumbnail extraction.
IRunnableTask interface [Windows Shell]
IsRunning method
IRunnableTask.IsRunning
IRunnableTask::IsRunning
IsRunning
IsRunning method [Windows Shell]
IsRunning method [Windows Shell]
IRunnableTask interface
_win32_IRunnableTask_IsRunning
shell.IRunnableTask_IsRunning
shobjidl_core/IRunnableTask::IsRunning
shell\IRunnableTask_IsRunning.htm
shell
14117a47-d462-4be1-b440-8d422c938815
12/05/2018
IRunnableTask interface [Windows Shell],IsRunning method, IRunnableTask.IsRunning, IRunnableTask::IsRunning, IsRunning, IsRunning method [Windows Shell], IsRunning method [Windows Shell],IRunnableTask interface, _win32_IRunnableTask_IsRunning, shell.IRunnableTask_IsRunning, shobjidl_core/IRunnableTask::IsRunning
shobjidl_core.h
Shobjidl.h
Windows
Windows 2000 Professional, Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Shobjidl.idl
Shell32.dll (version 5.0 or later)
Windows
19H1
IRunnableTask::IsRunning
shobjidl_core/IRunnableTask::IsRunning
c++
APIRef
kbSyntax
COM
Shell32.dll
IRunnableTask.IsRunning

IRunnableTask::IsRunning

-description

Requests information on the state of a task, such as thumbnail extraction.

-returns

Type: LONG

Returns one of the following values to indicate the current execution state.

Return code Description
IRTIR_TASK_NOT_RUNNING
Extraction has not yet started.
IRTIR_TASK_RUNNING
The task is running.
IRTIR_TASK_SUSPENDED
The task is suspended.
IRTIR_TASK_PENDING

IRunnableTask::Kill has been called on the thread, but the thread has not yet completely shut down.

IRTIR_TASK_FINISHED
The task is finished.

-remarks

This method must be implemented.