IsTaskRunning
Verifies that a background task is running.
| Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
|---|---|---|---|---|---|---|
| IsTaskRunning | Module Activity | Synchronous | Supported | Supported | Executed on Server | Executed on Server |
Syntax
- 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" )