IsTaskRunning

Verifies that a background task is running.

Function Group Execution Windows Embedded Thin Client
IsTaskRunning Module Activity Synchronous Supported Supported Executed on Server

Syntax

IsTaskRunning(strTask)
strTask
The name of the task to be verified.

Returned value

0 Task is not running.
1 Task is running.

Examples

Is the project viewer (Viewer.exe) running?
IsTaskRunning( "Viewer" )